#A26D0E

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

Shades of Golden Brown #A26D0E

Tints of Golden Brown #A26D0E

Color information

#A26D0E (or 0xA26D0E) is unknown color: approx Golden Brown. HEX triplet: A2, 6D and 0E. RGB value is (162,109,14). Sum of RGB (Red+Green+Blue) = 162+109+14=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26D0E is #5D92F1. Grayscale: #727272. Windows color (decimal): -6132466 or 945570. OLE color: 945570.

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

Color convert

RGB16210914-
CMYK00.330.910.36
HSL38.51º84.09%34.51%-
HSV(B)38.51º91.36%63.53%-
XYZ20.4518.652.94-
YUV114.0271.56162.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 109 (42.97% from 255) = 38.25%
BLUE value IS 14 (5.86% from 255) = 4.91%
R=56.84%
G=38.25%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621091400.330.910.3638.5184.0934.51
HexA26DE0215B24275423
Octal24215516041133444712443
Binary1010001011011011110010000110110111001001001111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26D0E; }

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

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

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

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

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

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

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

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