#A26A0E

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

Shades of Golden Brown #A26A0E

Tints of Golden Brown #A26A0E

Color information

#A26A0E (or 0xA26A0E) is unknown color: approx Golden Brown. HEX triplet: A2, 6A and 0E. RGB value is (162,106,14). Sum of RGB (Red+Green+Blue) = 162+106+14=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26A0E is #5D95F1. Grayscale: #707070. Windows color (decimal): -6133234 or 944802. OLE color: 944802.

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

Color convert

RGB16210614-
CMYK00.350.910.36
HSL37.3º84.09%34.51%-
HSV(B)37.3º91.36%63.53%-
XYZ20.1318.022.83-
YUV112.2672.55163.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 14 (5.86% from 255) = 4.96%
R=57.45%
G=37.59%
B=4.96%

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
Decimal1621061400.350.910.3637.384.0934.51
HexA26AE0235B24255423
Octal24215216043133444512443
Binary1010001011010101110010001110110111001001001011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26A0E; }

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

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

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

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

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

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

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

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