#A65A0A

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

Shades of Golden Brown #A65A0A

Tints of Golden Brown #A65A0A

Color information

#A65A0A (or 0xA65A0A) is unknown color: approx Golden Brown. HEX triplet: A6, 5A and 0A. RGB value is (166,90,10). Sum of RGB (Red+Green+Blue) = 166+90+10=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65A0A is #59A5F5. Grayscale: #676767. Windows color (decimal): -5875190 or 678566. OLE color: 678566.

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

Color convert

RGB1669010-
CMYK00.460.940.35
HSL30.77º88.64%34.51%-
HSV(B)30.77º93.98%65.1%-
XYZ19.4415.442.24-
YUV103.675.18172.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 10 (4.30% from 255) = 3.76%
R=62.41%
G=33.83%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166901000.460.940.3530.7788.6434.51
HexA65AA02E5E231f5923
Octal24613212056136433713143
Binary101001101011010101001011101011110100011111111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A0A; }

 p { color: rgb(166,90,10); }

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

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

 a { background-color: rgb(166,90,10); }

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

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

 span { border-color: rgb(166,90,10); }

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