Html Css Color HEX #AA6037 Desert

📋 copy color: '#AA6037'

red 170 ◦ green 96 ◦ blue 55

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

Shades of Desert #AA6037

Tints of Desert #AA6037

RGB

 RED value IS 170 (66.8% from 255) = 52.96%

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 55 (21.88% from 255) = 17.13%

R = 52.96%
G = 29.91%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA6037 (or 0xAA6037) is known color: Desert. HEX triplet: AA, 60 and 37. RGB value is (170,96,55). Sum of RGB (Red+Green+Blue) = 170+96+55=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6037 is #559FC8. Grayscale: #717171. Windows color (decimal): -5611465 or 3629226. OLE color: 3629226.

HSL color Cylindrical-coordinate representation of color #AA6037: hue angle of 21.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA6037 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 55 -
CMYK 0 0.44 0.68 0.33
HSL 21.39º 0.51% 0.44% -
HSV(B) 21.39º 0.68% 0.67% -
XYZ 21.45 17.19 5.8 -
YUV 113.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 170 96 55 0 0.44 0.68 0.33 21.39 0.51 0.44
Hex AA 60 37 0 2C 44 21 15 33 2C
Octal 252 140 67 0 54 104 41 25 63 54
Binary 10101010 1100000 110111 0 101100 1000100 100001 10101 110011 101100

Color Harmonies of #AA6037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6037

Black with #AA6037

Text Example


Text Example

White with #AA6037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6037; }

 p { color: rgb(170,96,55); }

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

background-color css

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

 a { background-color: rgb(170,96,55); }

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

border-color css

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

 span { border-color: rgb(170,96,55); }

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