Html Css Color HEX #AAA095 Cloudy

📋 copy color: '#AAA095'

red 170 ◦ green 160 ◦ blue 149

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

Shades of Cloudy #AAA095

Tints of Cloudy #AAA095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 149 (58.59% from 255) = 31.11%

R = 35.49%
G = 33.4%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AAA095 (or 0xAAA095) is known color: Cloudy. HEX triplet: AA, A0 and 95. RGB value is (170,160,149). Sum of RGB (Red+Green+Blue) = 170+160+149=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA095 is #555F6A. Grayscale: #A1A1A1. Windows color (decimal): -5594987 or 9805994. OLE color: 9805994.

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

Color convert

RGB 170 160 149 -
CMYK 0 0.06 0.12 0.33
HSL 31.43º 0.11% 0.63% -
HSV(B) 31.43º 0.12% 0.67% -
XYZ 34.57 35.86 33.53 -
YUV 161.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 170 160 149 0 0.06 0.12 0.33 31.43 0.11 0.63
Hex AA A0 95 0 6 C 21 1F B 3F
Octal 252 240 225 0 6 14 41 37 13 77
Binary 10101010 10100000 10010101 0 110 1100 100001 11111 1011 111111

Color Harmonies of #AAA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA095

Black with #AAA095

Text Example


Text Example

White with #AAA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA095; }

 p { color: rgb(170,160,149); }

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

background-color css

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

 a { background-color: rgb(170,160,149); }

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

border-color css

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

 span { border-color: rgb(170,160,149); }

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