#A75E34

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

Shades of Desert #A75E34

Tints of Desert #A75E34

Color information

#A75E34 (or 0xA75E34) is unknown color: approx Desert. HEX triplet: A7, 5E and 34. RGB value is (167,94,52). Sum of RGB (Red+Green+Blue) = 167+94+52=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75E34 is #58A1CB. Grayscale: #6F6F6F. Windows color (decimal): -5808588 or 3432103. OLE color: 3432103.

HSL color Cylindrical-coordinate representation of color #A75E34: hue angle of 21.91º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A75E34 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1679452-
CMYK00.440.690.35
HSL21.91º52.51%42.94%-
HSV(B)21.91º68.86%65.49%-
XYZ20.5616.475.34-
YUV111.0494.68167.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.35%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=53.35%
G=30.03%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167945200.440.690.3521.9152.5142.94
HexA75E3402C452316352b
Octal2471366405410543266553
Binary1010011110111101101000101100100010110001110110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75E34; }

 p { color: rgb(167,94,52); }

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

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

 a { background-color: rgb(167,94,52); }

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

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

 span { border-color: rgb(167,94,52); }

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