#A26C05

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

Shades of Golden Brown #A26C05

Tints of Golden Brown #A26C05

Color information

#A26C05 (or 0xA26C05) is unknown color: approx Golden Brown. HEX triplet: A2, 6C and 05. RGB value is (162,108,5). Sum of RGB (Red+Green+Blue) = 162+108+5=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26C05 is #5D93FA. Grayscale: #707070. Windows color (decimal): -6132731 or 355490. OLE color: 355490.

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

Color convert

RGB1621085-
CMYK00.330.970.36
HSL39.36º94.01%32.75%-
HSV(B)39.36º96.91%63.53%-
XYZ20.2918.422.63-
YUV112.467.39163.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 5 (2.34% from 255) = 1.82%
R=58.91%
G=39.27%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162108500.330.970.3639.3694.0132.75
HexA26C50216124275e21
Octal2421545041141444713641
Binary101000101101100101010000111000011001001001111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C05; }

 p { color: rgb(162,108,5); }

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

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

 a { background-color: rgb(162,108,5); }

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

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

 span { border-color: rgb(162,108,5); }

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