#A26E11

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

Shades of Golden Brown #A26E11

Tints of Golden Brown #A26E11

Color information

#A26E11 (or 0xA26E11) is unknown color: approx Golden Brown. HEX triplet: A2, 6E and 11. RGB value is (162,110,17). Sum of RGB (Red+Green+Blue) = 162+110+17=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26E11 is #5D91EE. Grayscale: #737373. Windows color (decimal): -6132207 or 1142434. OLE color: 1142434.

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

Color convert

RGB16211017-
CMYK00.320.900.36
HSL38.48º81.01%35.1%-
HSV(B)38.48º89.51%63.53%-
XYZ20.5818.873.09-
YUV114.9572.73161.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 17 (7.03% from 255) = 5.88%
R=56.06%
G=38.06%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621101700.320.900.3638.4881.0135.1
HexA26E110205A24265123
Octal24215621040132444612143
Binary10100010110111010001010000010110101001001001101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E11; }

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

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

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

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

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

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

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

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