#A26A0A

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

Shades of Golden Brown #A26A0A

Tints of Golden Brown #A26A0A

Color information

#A26A0A (or 0xA26A0A) is unknown color: approx Golden Brown. HEX triplet: A2, 6A and 0A. RGB value is (162,106,10). Sum of RGB (Red+Green+Blue) = 162+106+10=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26A0A is #5D95F5. Grayscale: #707070. Windows color (decimal): -6133238 or 682658. OLE color: 682658.

HSL color Cylindrical-coordinate representation of color #A26A0A: hue angle of 37.89º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A26A0A is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB16210610-
CMYK00.350.940.36
HSL37.89º88.37%33.73%-
HSV(B)37.89º93.83%63.53%-
XYZ20.1118.012.7-
YUV111.870.55163.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 10 (4.30% from 255) = 3.60%
R=58.27%
G=38.13%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621061000.350.940.3637.8988.3733.73
HexA26AA0235E24265822
Octal24215212043136444613042
Binary1010001011010101010010001110111101001001001101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26A0A; }

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

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

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

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

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

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

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

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