#A26F16

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

Shades of Golden Brown #A26F16

Tints of Golden Brown #A26F16

Color information

#A26F16 (or 0xA26F16) is unknown color: approx Golden Brown. HEX triplet: A2, 6F and 16. RGB value is (162,111,22). Sum of RGB (Red+Green+Blue) = 162+111+22=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26F16 is #5D90E9. Grayscale: #747474. Windows color (decimal): -6131946 or 1470370. OLE color: 1470370.

HSL color Cylindrical-coordinate representation of color #A26F16: hue angle of 38.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A26F16 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB16211122-
CMYK00.310.860.36
HSL38.14º76.09%36.08%-
HSV(B)38.14º86.42%63.53%-
XYZ20.7319.113.35-
YUV116.174.9160.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=54.92%
G=37.63%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621112200.310.860.3638.1476.0936.08
HexA26F1601F5624264c24
Octal24215726037126444611444
Binary1010001011011111011001111110101101001001001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F16; }

 p { color: rgb(162,111,22); }

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

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

 a { background-color: rgb(162,111,22); }

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

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

 span { border-color: rgb(162,111,22); }

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