#A45B35

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

Shades of Desert #A45B35

Tints of Desert #A45B35

Color information

#A45B35 (or 0xA45B35) is unknown color: approx Desert. HEX triplet: A4, 5B and 35. RGB value is (164,91,53). Sum of RGB (Red+Green+Blue) = 164+91+53=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45B35 is #5BA4CA. Grayscale: #6C6C6C. Windows color (decimal): -6005963 or 3496868. OLE color: 3496868.

HSL color Cylindrical-coordinate representation of color #A45B35: hue angle of 20.54º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A45B35 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB1649153-
CMYK00.450.680.36
HSL20.54º51.15%42.55%-
HSV(B)20.54º67.68%64.31%-
XYZ19.6915.635.35-
YUV108.596.68167.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=53.25%
G=29.55%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164915300.450.680.3620.5451.1542.55
HexA45B3502D442415332b
Octal2441336505510444256353
Binary1010010010110111101010101101100010010010010101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45B35; }

 p { color: rgb(164,91,53); }

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

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

 a { background-color: rgb(164,91,53); }

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

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

 span { border-color: rgb(164,91,53); }

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