#A26610

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

Shades of Golden Brown #A26610

Tints of Golden Brown #A26610

Color information

#A26610 (or 0xA26610) is unknown color: approx Golden Brown. HEX triplet: A2, 66 and 10. RGB value is (162,102,16). Sum of RGB (Red+Green+Blue) = 162+102+16=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A26610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26610 is #5D99EF. Grayscale: #6E6E6E. Windows color (decimal): -6134256 or 1074850. OLE color: 1074850.

HSL color Cylindrical-coordinate representation of color #A26610: hue angle of 35.34º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A26610 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16210216-
CMYK00.370.900.36
HSL35.34º82.02%34.9%-
HSV(B)35.34º90.12%63.53%-
XYZ19.7517.222.77-
YUV110.1474.88164.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 16 (6.64% from 255) = 5.71%
R=57.86%
G=36.43%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621021600.370.900.3635.3482.0234.9
HexA266100255A24235223
Octal24214620045132444312243
Binary10100010110011010000010010110110101001001000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26610; }

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

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

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

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

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

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

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

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