#A26608

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

Shades of Golden Brown #A26608

Tints of Golden Brown #A26608

Color information

#A26608 (or 0xA26608) is unknown color: approx Golden Brown. HEX triplet: A2, 66 and 08. RGB value is (162,102,8). Sum of RGB (Red+Green+Blue) = 162+102+8=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A26608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26608 is #5D99F7. Grayscale: #6D6D6D. Windows color (decimal): -6134264 or 550562. OLE color: 550562.

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

Color convert

RGB1621028-
CMYK00.370.950.36
HSL36.62º90.59%33.33%-
HSV(B)36.62º95.06%63.53%-
XYZ19.717.22.51-
YUV109.2270.88165.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 8 (3.52% from 255) = 2.94%
R=59.56%
G=37.5%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162102800.370.950.3636.6290.5933.33
HexA26680255F24255b21
Octal24214610045137444513341
Binary1010001011001101000010010110111111001001001011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26608; }

 p { color: rgb(162,102,8); }

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

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

 a { background-color: rgb(162,102,8); }

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

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

 span { border-color: rgb(162,102,8); }

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