#A26E0E

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

Shades of Golden Brown #A26E0E

Tints of Golden Brown #A26E0E

Color information

#A26E0E (or 0xA26E0E) is unknown color: approx Golden Brown. HEX triplet: A2, 6E and 0E. RGB value is (162,110,14). Sum of RGB (Red+Green+Blue) = 162+110+14=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26E0E is #5D91F1. Grayscale: #737373. Windows color (decimal): -6132210 or 945826. OLE color: 945826.

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

Color convert

RGB16211014-
CMYK00.320.910.36
HSL38.92º84.09%34.51%-
HSV(B)38.92º91.36%63.53%-
XYZ20.5618.862.97-
YUV114.671.23161.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 14 (5.86% from 255) = 4.90%
R=56.64%
G=38.46%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621101400.320.910.3638.9284.0934.51
HexA26EE0205B24275423
Octal24215616040133444712443
Binary1010001011011101110010000010110111001001001111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E0E; }

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

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

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

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

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

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

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

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