#A26910

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

Shades of Golden Brown #A26910

Tints of Golden Brown #A26910

Color information

#A26910 (or 0xA26910) is unknown color: approx Golden Brown. HEX triplet: A2, 69 and 10. RGB value is (162,105,16). Sum of RGB (Red+Green+Blue) = 162+105+16=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A26910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26910 is #5D96EF. Grayscale: #707070. Windows color (decimal): -6133488 or 1075618. OLE color: 1075618.

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

Color convert

RGB16210516-
CMYK00.350.900.36
HSL36.58º82.02%34.9%-
HSV(B)36.58º90.12%63.53%-
XYZ20.0517.822.87-
YUV111.973.88163.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 16 (6.64% from 255) = 5.65%
R=57.24%
G=37.10%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621051600.350.900.3636.5882.0234.9
HexA269100235A24255223
Octal24215120043132444512243
Binary10100010110100110000010001110110101001001001011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26910; }

 p { color: rgb(162,105,16); }

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

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

 a { background-color: rgb(162,105,16); }

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

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

 span { border-color: rgb(162,105,16); }

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