Html Css Color HEX #AAA59A Cloudy

📋 copy color: '#AAA59A'

red 170 ◦ green 165 ◦ blue 154

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

Shades of Cloudy #AAA59A

Tints of Cloudy #AAA59A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.74%

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 34.76%
G = 33.74%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AAA59A (or 0xAAA59A) is known color: Cloudy. HEX triplet: AA, A5 and 9A. RGB value is (170,165,154). Sum of RGB (Red+Green+Blue) = 170+165+154=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA59A is #555A65. Grayscale: #A5A5A5. Windows color (decimal): -5593702 or 10134954. OLE color: 10134954.

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

Color convert

RGB 170 165 154 -
CMYK 0 0.03 0.09 0.33
HSL 41.25º 0.09% 0.64% -
HSV(B) 41.25º 0.09% 0.67% -
XYZ 35.87 37.79 35.98 -
YUV 165.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 170 165 154 0 0.03 0.09 0.33 41.25 0.09 0.64
Hex AA A5 9A 0 3 9 21 29 9 40
Octal 252 245 232 0 3 11 41 51 11 100
Binary 10101010 10100101 10011010 0 11 1001 100001 101001 1001 1000000

Color Harmonies of #AAA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA59A

Black with #AAA59A

Text Example


Text Example

White with #AAA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA59A; }

 p { color: rgb(170,165,154); }

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

background-color css

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

 a { background-color: rgb(170,165,154); }

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

border-color css

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

 span { border-color: rgb(170,165,154); }

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