#A96E36

Color #A96E36 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #A96E36

Tints of Reno Sand #A96E36

Color information

#A96E36 (or 0xA96E36) is unknown color: approx Reno Sand. HEX triplet: A9, 6E and 36. RGB value is (169,110,54). Sum of RGB (Red+Green+Blue) = 169+110+54=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96E36 is #5691C9. Grayscale: #797979. Windows color (decimal): -5673418 or 3567273. OLE color: 3567273.

HSL color Cylindrical-coordinate representation of color #A96E36: hue angle of 29.22º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A96E36 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16911054-
CMYK00.350.680.34
HSL29.22º51.57%43.73%-
HSV(B)29.22º68.05%66.27%-
XYZ22.619.856.13-
YUV121.2690.05162.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=50.75%
G=33.03%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691105400.350.680.3429.2251.5743.73
HexA96E3602344221d342c
Octal2511566604310442356454
Binary1010100111011101101100100011100010010001011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E36; }

 p { color: rgb(169,110,54); }

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

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

 a { background-color: rgb(169,110,54); }

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

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

 span { border-color: rgb(169,110,54); }

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