#A26B04

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

Shades of Golden Brown #A26B04

Tints of Golden Brown #A26B04

Color information

#A26B04 (or 0xA26B04) is unknown color: approx Golden Brown. HEX triplet: A2, 6B and 04. RGB value is (162,107,4). Sum of RGB (Red+Green+Blue) = 162+107+4=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26B04 is #5D94FB. Grayscale: #707070. Windows color (decimal): -6132988 or 289698. OLE color: 289698.

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

Color convert

RGB1621074-
CMYK00.340.980.36
HSL39.11º95.18%32.55%-
HSV(B)39.11º97.53%63.53%-
XYZ20.1818.212.57-
YUV111.767.22163.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 4 (1.95% from 255) = 1.47%
R=59.34%
G=39.19%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162107400.340.980.3639.1195.1832.55
HexA26B40226224275f21
Octal2421534042142444713741
Binary101000101101011100010001011000101001001001111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26B04; }

 p { color: rgb(162,107,4); }

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

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

 a { background-color: rgb(162,107,4); }

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

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

 span { border-color: rgb(162,107,4); }

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