Html Css Color HEX #AAA499 Cloudy

📋 copy color: '#AAA499'

red 170 ◦ green 164 ◦ blue 153

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

Shades of Cloudy #AAA499

Tints of Cloudy #AAA499

RGB

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

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

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

R = 34.91%
G = 33.68%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AAA499 (or 0xAAA499) is known color: Cloudy. HEX triplet: AA, A4 and 99. RGB value is (170,164,153). Sum of RGB (Red+Green+Blue) = 170+164+153=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA499 is #555B66. Grayscale: #A4A4A4. Windows color (decimal): -5593959 or 10069162. OLE color: 10069162.

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

Color convert

RGB 170 164 153 -
CMYK 0 0.04 0.1 0.33
HSL 38.82º 0.09% 0.63% -
HSV(B) 38.82º 0.1% 0.67% -
XYZ 35.6 37.4 35.48 -
YUV 164.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 170 164 153 0 0.04 0.1 0.33 38.82 0.09 0.63
Hex AA A4 99 0 4 A 21 27 9 3F
Octal 252 244 231 0 4 12 41 47 11 77
Binary 10101010 10100100 10011001 0 100 1010 100001 100111 1001 111111

Color Harmonies of #AAA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA499

Black with #AAA499

Text Example


Text Example

White with #AAA499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA499; }

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

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

background-color css

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

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

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

border-color css

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

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

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