#A2660E

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

Shades of Golden Brown #A2660E

Tints of Golden Brown #A2660E

Color information

#A2660E (or 0xA2660E) is unknown color: approx Golden Brown. HEX triplet: A2, 66 and 0E. RGB value is (162,102,14). Sum of RGB (Red+Green+Blue) = 162+102+14=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A2660E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2660E is #5D99F1. Grayscale: #6E6E6E. Windows color (decimal): -6134258 or 943778. OLE color: 943778.

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

Color convert

RGB16210214-
CMYK00.370.910.36
HSL35.68º84.09%34.51%-
HSV(B)35.68º91.36%63.53%-
XYZ19.7317.222.7-
YUV109.9173.88165.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 14 (5.86% from 255) = 5.04%
R=58.27%
G=36.69%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621021400.370.910.3635.6884.0934.51
HexA266E0255B24245423
Octal24214616045133444412443
Binary1010001011001101110010010110110111001001001001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2660E; }

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

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

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

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

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

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

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

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