#A45D3A

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

Shades of Desert #A45D3A

Tints of Desert #A45D3A

Color information

#A45D3A (or 0xA45D3A) is unknown color: approx Desert. HEX triplet: A4, 5D and 3A. RGB value is (164,93,58). Sum of RGB (Red+Green+Blue) = 164+93+58=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D3A is #5BA2C5. Grayscale: #6E6E6E. Windows color (decimal): -6005446 or 3825060. OLE color: 3825060.

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

Color convert

RGB1649358-
CMYK00.430.650.36
HSL19.81º47.75%43.53%-
HSV(B)19.81º64.63%64.31%-
XYZ19.9916.036.04-
YUV110.2498.52166.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=52.06%
G=29.52%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164935800.430.650.3619.8147.7543.53
HexA45D3A02B412414302c
Octal2441357205310144246054
Binary1010010010111011110100101011100000110010010100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45D3A; }

 p { color: rgb(164,93,58); }

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

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

 a { background-color: rgb(164,93,58); }

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

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

 span { border-color: rgb(164,93,58); }

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