#A75C3C

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

Shades of Desert #A75C3C

Tints of Desert #A75C3C

Color information

#A75C3C (or 0xA75C3C) is unknown color: approx Desert. HEX triplet: A7, 5C and 3C. RGB value is (167,92,60). Sum of RGB (Red+Green+Blue) = 167+92+60=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C3C is #58A3C3. Grayscale: #6E6E6E. Windows color (decimal): -5809092 or 3955879. OLE color: 3955879.

HSL color Cylindrical-coordinate representation of color #A75C3C: hue angle of 17.94º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A75C3C is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB1679260-
CMYK00.450.640.35
HSL17.94º47.14%44.51%-
HSV(B)17.94º64.07%65.49%-
XYZ20.5816.26.32-
YUV110.7899.35168.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.35%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=52.35%
G=28.84%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167926000.450.640.3517.9447.1444.51
HexA75C3C02D4023122f2d
Octal2471347405510043225755
Binary1010011110111001111000101101100000010001110010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75C3C; }

 p { color: rgb(167,92,60); }

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

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

 a { background-color: rgb(167,92,60); }

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

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

 span { border-color: rgb(167,92,60); }

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