Html Css Color HEX #A05939 Desert

📋 copy color: '#A05939'

red 160 ◦ green 89 ◦ blue 57

#A05939
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert #A05939

Tints of Desert #A05939

RGB

 RED value IS 160 (62.89% from 255) = 52.29%

 GREEN value IS 89 (35.16% from 255) = 29.08%

 BLUE value IS 57 (22.66% from 255) = 18.63%

R = 52.29%
G = 29.08%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A05939 (or 0xA05939) is known color: Desert. HEX triplet: A0, 59 and 39. RGB value is (160,89,57). Sum of RGB (Red+Green+Blue) = 160+89+57=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A05939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05939 is #5FA6C6. Grayscale: #6A6A6A. Windows color (decimal): -6268615 or 3758496. OLE color: 3758496.

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

Color convert

RGB 160 89 57 -
CMYK 0 0.44 0.64 0.37
HSL 18.64º 0.47% 0.43% -
HSV(B) 18.64º 0.64% 0.63% -
XYZ 18.81 14.91 5.76 -
YUV 106.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 160 89 57 0 0.44 0.64 0.37 18.64 0.47 0.43
Hex A0 59 39 0 2C 40 25 13 2F 2B
Octal 240 131 71 0 54 100 45 23 57 53
Binary 10100000 1011001 111001 0 101100 1000000 100101 10011 101111 101011

Color Harmonies of #A05939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05939

Black with #A05939

Text Example


Text Example

White with #A05939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05939; }

 p { color: rgb(160,89,57); }

 H1.HeaderClassName
 {
   color: #A05939;
 }
 .AnyTagClassName
 {
   color: #A05939;
 }
</style>

background-color css

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

 a { background-color: rgb(160,89,57); }

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

border-color css

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

 span { border-color: rgb(160,89,57); }

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