Html Css Color HEX #AAA49F Cloudy

📋 copy color: '#AAA49F'

red 170 ◦ green 164 ◦ blue 159

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

Shades of Cloudy #AAA49F

Tints of Cloudy #AAA49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.27%

 BLUE value IS 159 (62.5% from 255) = 32.25%

R = 34.48%
G = 33.27%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AAA49F (or 0xAAA49F) is known color: Cloudy. HEX triplet: AA, A4 and 9F. RGB value is (170,164,159). Sum of RGB (Red+Green+Blue) = 170+164+159=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA49F is #555B60. Grayscale: #A5A5A5. Windows color (decimal): -5593953 or 10462378. OLE color: 10462378.

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

Color convert

RGB 170 164 159 -
CMYK 0 0.04 0.06 0.33
HSL 27.27º 0.06% 0.65% -
HSV(B) 27.27º 0.06% 0.67% -
XYZ 36.11 37.6 38.16 -
YUV 165.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 170 164 159 0 0.04 0.06 0.33 27.27 0.06 0.65
Hex AA A4 9F 0 4 6 21 1B 6 41
Octal 252 244 237 0 4 6 41 33 6 101
Binary 10101010 10100100 10011111 0 100 110 100001 11011 110 1000001

Color Harmonies of #AAA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA49F

Black with #AAA49F

Text Example


Text Example

White with #AAA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA49F; }

 p { color: rgb(170,164,159); }

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

background-color css

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

 a { background-color: rgb(170,164,159); }

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

border-color css

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

 span { border-color: rgb(170,164,159); }

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