#A26A1A

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

Shades of Golden Brown #A26A1A

Tints of Golden Brown #A26A1A

Color information

#A26A1A (or 0xA26A1A) is unknown color: approx Golden Brown. HEX triplet: A2, 6A and 1A. RGB value is (162,106,26). Sum of RGB (Red+Green+Blue) = 162+106+26=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26A1A is #5D95E5. Grayscale: #727272. Windows color (decimal): -6133222 or 1731234. OLE color: 1731234.

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

Color convert

RGB16210626-
CMYK00.350.840.36
HSL35.29º72.34%36.86%-
HSV(B)35.29º83.95%63.53%-
XYZ20.2418.063.4-
YUV113.6278.55162.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 106 (41.80% from 255) = 36.05%
BLUE value IS 26 (10.55% from 255) = 8.84%
R=55.10%
G=36.05%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621062600.350.840.3635.2972.3436.86
HexA26A1A0235424234825
Octal24215232043124444311045
Binary10100010110101011010010001110101001001001000111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26A1A; }

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

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

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

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

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

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

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

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