#A45A38

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

Shades of Desert #A45A38

Tints of Desert #A45A38

Color information

#A45A38 (or 0xA45A38) is unknown color: approx Desert. HEX triplet: A4, 5A and 38. RGB value is (164,90,56). Sum of RGB (Red+Green+Blue) = 164+90+56=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A38 is #5BA5C7. Grayscale: #6C6C6C. Windows color (decimal): -6006216 or 3693220. OLE color: 3693220.

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

Color convert

RGB1649056-
CMYK00.450.660.36
HSL18.89º49.09%43.14%-
HSV(B)18.89º65.85%64.31%-
XYZ19.6815.495.69-
YUV108.2598.52167.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 56 (22.27% from 255) = 18.06%
R=52.90%
G=29.03%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164905600.450.660.3618.8949.0943.14
HexA45A3802D422413312b
Octal2441327005510244236153
Binary1010010010110101110000101101100001010010010011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A38; }

 p { color: rgb(164,90,56); }

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

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

 a { background-color: rgb(164,90,56); }

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

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

 span { border-color: rgb(164,90,56); }

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