Html Css Color HEX #AAA197 Cloudy

📋 copy color: '#AAA197'

red 170 ◦ green 161 ◦ blue 151

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

Shades of Cloudy #AAA197

Tints of Cloudy #AAA197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.4%

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 35.27%
G = 33.4%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AAA197 (or 0xAAA197) is known color: Cloudy. HEX triplet: AA, A1 and 97. RGB value is (170,161,151). Sum of RGB (Red+Green+Blue) = 170+161+151=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA197 is #555E68. Grayscale: #A2A2A2. Windows color (decimal): -5594729 or 9937322. OLE color: 9937322.

HSL color Cylindrical-coordinate representation of color #AAA197: hue angle of 31.58º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA197 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 161 151 -
CMYK 0 0.05 0.11 0.33
HSL 31.58º 0.1% 0.63% -
HSV(B) 31.58º 0.11% 0.67% -
XYZ 34.91 36.27 34.44 -
YUV 162.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 170 161 151 0 0.05 0.11 0.33 31.58 0.1 0.63
Hex AA A1 97 0 5 B 21 20 A 3F
Octal 252 241 227 0 5 13 41 40 12 77
Binary 10101010 10100001 10010111 0 101 1011 100001 100000 1010 111111

Color Harmonies of #AAA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA197

Black with #AAA197

Text Example


Text Example

White with #AAA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA197; }

 p { color: rgb(170,161,151); }

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

background-color css

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

 a { background-color: rgb(170,161,151); }

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

border-color css

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

 span { border-color: rgb(170,161,151); }

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