#A95F14

Color #A95F14 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A95F14

Tints of Golden Brown #A95F14

Color information

#A95F14 (or 0xA95F14) is unknown color: approx Golden Brown. HEX triplet: A9, 5F and 14. RGB value is (169,95,20). Sum of RGB (Red+Green+Blue) = 169+95+20=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95F14 is #56A0EB. Grayscale: #6C6C6C. Windows color (decimal): -5677292 or 1335209. OLE color: 1335209.

HSL color Cylindrical-coordinate representation of color #A95F14: hue angle of 30.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A95F14 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB1699520-
CMYK00.440.880.34
HSL30.2º78.84%37.06%-
HSV(B)30.2º88.17%66.27%-
XYZ20.5816.672.79-
YUV108.5878.02171.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 59.51%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 20 (8.20% from 255) = 7.04%
R=59.51%
G=33.45%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169952000.440.880.3430.278.8437.06
HexA95F1402C58221e4f25
Octal25113724054130423611745
Binary1010100110111111010001011001011000100010111101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F14; }

 p { color: rgb(169,95,20); }

 H1.HeaderClassName
 {
   color: #A95F14;
 }
 .AnyTagClassName
 {
   color: #A95F14;
 }
</style>
background-color css

<style>
 a { background-color: #A95F14; }

 a { background-color: rgb(169,95,20); }

 div.DivClassName
 {
   background-color: #A95F14;
 }
 .BgClassName
 {
   background-color: #A95F14;
 }
</style>
border-color css

<style>
 span { border-color: #A95F14; }

 span { border-color: rgb(169,95,20); }

 td.TdClassName
 {
   border-color: #A95F14;
 }
 .TagClassName
 {
   border-color: #A95F14;
 }
</style>