#A45F37

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

Shades of Desert #A45F37

Tints of Desert #A45F37

Color information

#A45F37 (or 0xA45F37) is unknown color: approx Desert. HEX triplet: A4, 5F and 37. RGB value is (164,95,55). Sum of RGB (Red+Green+Blue) = 164+95+55=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45F37 is #5BA0C8. Grayscale: #6F6F6F. Windows color (decimal): -6004937 or 3628964. OLE color: 3628964.

HSL color Cylindrical-coordinate representation of color #A45F37: hue angle of 22.02º degrees, saturation: 0.5, 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 #A45F37 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1649555-
CMYK00.420.660.36
HSL22.02º49.77%42.94%-
HSV(B)22.02º66.46%64.31%-
XYZ20.0916.355.71-
YUV111.0796.36165.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.23%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 55 (21.88% from 255) = 17.52%
R=52.23%
G=30.25%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164955500.420.660.3622.0249.7742.94
HexA45F3702A422416322b
Octal2441376705210244266253
Binary1010010010111111101110101010100001010010010110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F37; }

 p { color: rgb(164,95,55); }

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

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

 a { background-color: rgb(164,95,55); }

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

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

 span { border-color: rgb(164,95,55); }

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