#A65E05

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

Shades of Golden Brown #A65E05

Tints of Golden Brown #A65E05

Color information

#A65E05 (or 0xA65E05) is unknown color: approx Golden Brown. HEX triplet: A6, 5E and 05. RGB value is (166,94,5). Sum of RGB (Red+Green+Blue) = 166+94+5=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65E05 is #59A1FA. Grayscale: #696969. Windows color (decimal): -5874171 or 351910. OLE color: 351910.

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

Color convert

RGB166945-
CMYK00.430.970.35
HSL33.17º94.15%33.53%-
HSV(B)33.17º96.99%65.1%-
XYZ19.7616.122.21-
YUV105.3871.35171.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.64%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=62.64%
G=35.47%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16694500.430.970.3533.1794.1533.53
HexA65E502B6123215e22
Octal2461365053141434113642
Binary101001101011110101010101111000011000111000011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E05; }

 p { color: rgb(166,94,5); }

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

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

 a { background-color: rgb(166,94,5); }

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

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

 span { border-color: rgb(166,94,5); }

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