#A2690E

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

Shades of Golden Brown #A2690E

Tints of Golden Brown #A2690E

Color information

#A2690E (or 0xA2690E) is unknown color: approx Golden Brown. HEX triplet: A2, 69 and 0E. RGB value is (162,105,14). Sum of RGB (Red+Green+Blue) = 162+105+14=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A2690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2690E is #5D96F1. Grayscale: #707070. Windows color (decimal): -6133490 or 944546. OLE color: 944546.

HSL color Cylindrical-coordinate representation of color #A2690E: hue angle of 36.89º 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 #A2690E is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16210514-
CMYK00.350.910.36
HSL36.89º84.09%34.51%-
HSV(B)36.89º91.36%63.53%-
XYZ20.0317.822.8-
YUV111.6772.88163.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.65%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 14 (5.86% from 255) = 4.98%
R=57.65%
G=37.37%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621051400.350.910.3636.8984.0934.51
HexA269E0235B24255423
Octal24215116043133444512443
Binary1010001011010011110010001110110111001001001011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2690E; }

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

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

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

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

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

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

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

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