Html Css Color HEX #AA6139 Desert

📋 copy color: '#AA6139'

red 170 ◦ green 97 ◦ blue 57

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

Shades of Desert #AA6139

Tints of Desert #AA6139

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

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

R = 52.47%
G = 29.94%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA6139 (or 0xAA6139) is known color: Desert. HEX triplet: AA, 61 and 39. RGB value is (170,97,57). Sum of RGB (Red+Green+Blue) = 170+97+57=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6139 is #559EC6. Grayscale: #727272. Windows color (decimal): -5611207 or 3760554. OLE color: 3760554.

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

Color convert

RGB 170 97 57 -
CMYK 0 0.43 0.66 0.33
HSL 21.24º 0.5% 0.45% -
HSV(B) 21.24º 0.66% 0.67% -
XYZ 21.59 17.39 6.09 -
YUV 114.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 170 97 57 0 0.43 0.66 0.33 21.24 0.5 0.45
Hex AA 61 39 0 2B 42 21 15 32 2D
Octal 252 141 71 0 53 102 41 25 62 55
Binary 10101010 1100001 111001 0 101011 1000010 100001 10101 110010 101101

Color Harmonies of #AA6139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6139

Black with #AA6139

Text Example


Text Example

White with #AA6139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6139; }

 p { color: rgb(170,97,57); }

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

background-color css

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

 a { background-color: rgb(170,97,57); }

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

border-color css

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

 span { border-color: rgb(170,97,57); }

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