#A26E06

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

Shades of Golden Brown #A26E06

Tints of Golden Brown #A26E06

Color information

#A26E06 (or 0xA26E06) is unknown color: approx Golden Brown. HEX triplet: A2, 6E and 06. RGB value is (162,110,6). Sum of RGB (Red+Green+Blue) = 162+110+6=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26E06 is #5D91F9. Grayscale: #727272. Windows color (decimal): -6132218 or 421538. OLE color: 421538.

HSL color Cylindrical-coordinate representation of color #A26E06: hue angle of 40º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A26E06 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1621106-
CMYK00.320.960.36
HSL40º92.86%32.94%-
HSV(B)40º96.3%63.53%-
XYZ20.5118.852.73-
YUV113.6967.23162.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 110 (43.36% from 255) = 39.57%
BLUE value IS 6 (2.73% from 255) = 2.16%
R=58.27%
G=39.57%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162110600.320.960.364092.8632.94
HexA26E60206024285d21
Octal2421566040140445013541
Binary101000101101110110010000011000001001001010001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E06; }

 p { color: rgb(162,110,6); }

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

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

 a { background-color: rgb(162,110,6); }

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

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

 span { border-color: rgb(162,110,6); }

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