Html Css Color HEX #AAA098 Cloudy

📋 copy color: '#AAA098'

red 170 ◦ green 160 ◦ blue 152

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

Shades of Cloudy #AAA098

Tints of Cloudy #AAA098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.54%

R = 35.27%
G = 33.2%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AAA098 (or 0xAAA098) is known color: Cloudy. HEX triplet: AA, A0 and 98. RGB value is (170,160,152). Sum of RGB (Red+Green+Blue) = 170+160+152=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA098 is #555F67. Grayscale: #A2A2A2. Windows color (decimal): -5594984 or 10002602. OLE color: 10002602.

HSL color Cylindrical-coordinate representation of color #AAA098: hue angle of 26.67º 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 #AAA098 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 160 152 -
CMYK 0 0.06 0.11 0.33
HSL 26.67º 0.1% 0.63% -
HSV(B) 26.67º 0.11% 0.67% -
XYZ 34.82 35.95 34.81 -
YUV 162.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 170 160 152 0 0.06 0.11 0.33 26.67 0.1 0.63
Hex AA A0 98 0 6 B 21 1B A 3F
Octal 252 240 230 0 6 13 41 33 12 77
Binary 10101010 10100000 10011000 0 110 1011 100001 11011 1010 111111

Color Harmonies of #AAA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA098

Black with #AAA098

Text Example


Text Example

White with #AAA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA098; }

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

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

background-color css

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

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

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

border-color css

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

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

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