#A26D18

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

Shades of Golden Brown #A26D18

Tints of Golden Brown #A26D18

Color information

#A26D18 (or 0xA26D18) is unknown color: approx Golden Brown. HEX triplet: A2, 6D and 18. RGB value is (162,109,24). Sum of RGB (Red+Green+Blue) = 162+109+24=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26D18 is #5D92E7. Grayscale: #737373. Windows color (decimal): -6132456 or 1600930. OLE color: 1600930.

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

Color convert

RGB16210924-
CMYK00.330.850.36
HSL36.96º74.19%36.47%-
HSV(B)36.96º85.19%63.53%-
XYZ20.5318.683.39-
YUV115.1676.56161.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=54.92%
G=36.95%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621092400.330.850.3636.9674.1936.47
HexA26D180215524254a24
Octal24215530041125444511244
Binary10100010110110111000010000110101011001001001011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26D18; }

 p { color: rgb(162,109,24); }

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

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

 a { background-color: rgb(162,109,24); }

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

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

 span { border-color: rgb(162,109,24); }

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