#A26815

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

Shades of Golden Brown #A26815

Tints of Golden Brown #A26815

Color information

#A26815 (or 0xA26815) is unknown color: approx Golden Brown. HEX triplet: A2, 68 and 15. RGB value is (162,104,21). Sum of RGB (Red+Green+Blue) = 162+104+21=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A26815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26815 is #5D97EA. Grayscale: #707070. Windows color (decimal): -6133739 or 1403042. OLE color: 1403042.

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

Color convert

RGB16210421-
CMYK00.360.870.36
HSL35.32º77.05%35.88%-
HSV(B)35.32º87.04%63.53%-
XYZ19.9917.643.06-
YUV111.8876.72163.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 21 (8.59% from 255) = 7.32%
R=56.45%
G=36.24%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621042100.360.870.3635.3277.0535.88
HexA268150245724234d24
Octal24215025044127444311544
Binary10100010110100010101010010010101111001001000111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26815; }

 p { color: rgb(162,104,21); }

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

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

 a { background-color: rgb(162,104,21); }

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

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

 span { border-color: rgb(162,104,21); }

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