Html Css Color HEX #AAA199 Cloudy

📋 copy color: '#AAA199'

red 170 ◦ green 161 ◦ blue 153

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

Shades of Cloudy #AAA199

Tints of Cloudy #AAA199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.61%

R = 35.12%
G = 33.26%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AAA199 (or 0xAAA199) is known color: Cloudy. HEX triplet: AA, A1 and 99. RGB value is (170,161,153). Sum of RGB (Red+Green+Blue) = 170+161+153=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA199 is #555E66. Grayscale: #A2A2A2. Windows color (decimal): -5594727 or 10068394. OLE color: 10068394.

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

Color convert

RGB 170 161 153 -
CMYK 0 0.05 0.1 0.33
HSL 28.24º 0.09% 0.63% -
HSV(B) 28.24º 0.1% 0.67% -
XYZ 35.07 36.34 35.3 -
YUV 162.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 170 161 153 0 0.05 0.1 0.33 28.24 0.09 0.63
Hex AA A1 99 0 5 A 21 1C 9 3F
Octal 252 241 231 0 5 12 41 34 11 77
Binary 10101010 10100001 10011001 0 101 1010 100001 11100 1001 111111

Color Harmonies of #AAA199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA199

Black with #AAA199

Text Example


Text Example

White with #AAA199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA199; }

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

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

background-color css

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

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

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

border-color css

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

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

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