#A65C0B

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

Shades of Golden Brown #A65C0B

Tints of Golden Brown #A65C0B

Color information

#A65C0B (or 0xA65C0B) is unknown color: approx Golden Brown. HEX triplet: A6, 5C and 0B. RGB value is (166,92,11). Sum of RGB (Red+Green+Blue) = 166+92+11=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65C0B is #59A3F4. Grayscale: #696969. Windows color (decimal): -5874677 or 744614. OLE color: 744614.

HSL color Cylindrical-coordinate representation of color #A65C0B: hue angle of 31.35º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A65C0B is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1669211-
CMYK00.450.930.35
HSL31.35º87.57%34.71%-
HSV(B)31.35º93.37%65.1%-
XYZ19.6115.792.33-
YUV104.8975.02171.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.71%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 11 (4.69% from 255) = 4.09%
R=61.71%
G=34.20%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166921100.450.930.3531.3587.5734.71
HexA65CB02D5D231f5823
Octal24613413055135433713043
Binary101001101011100101101011011011101100011111111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C0B; }

 p { color: rgb(166,92,11); }

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

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

 a { background-color: rgb(166,92,11); }

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

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

 span { border-color: rgb(166,92,11); }

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