#A95F36

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

Shades of Desert #A95F36

Tints of Desert #A95F36

Color information

#A95F36 (or 0xA95F36) is unknown color: approx Desert. HEX triplet: A9, 5F and 36. RGB value is (169,95,54). Sum of RGB (Red+Green+Blue) = 169+95+54=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95F36 is #56A0C9. Grayscale: #707070. Windows color (decimal): -5677258 or 3563433. OLE color: 3563433.

HSL color Cylindrical-coordinate representation of color #A95F36: hue angle of 21.39º 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 #A95F36 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB1699554-
CMYK00.440.680.34
HSL21.39º51.57%43.73%-
HSV(B)21.39º68.05%66.27%-
XYZ21.1216.895.64-
YUV112.4595.02168.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.14%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=53.14%
G=29.87%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169955400.440.680.3421.3951.5743.73
HexA95F3602C442215342c
Octal2511376605410442256454
Binary1010100110111111101100101100100010010001010101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F36; }

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

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

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

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

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

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

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

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