Html Css Color HEX #AAA59C Cloudy

📋 copy color: '#AAA59C'

red 170 ◦ green 165 ◦ blue 156

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

Shades of Cloudy #AAA59C

Tints of Cloudy #AAA59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.77%

R = 34.62%
G = 33.6%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AAA59C (or 0xAAA59C) is known color: Cloudy. HEX triplet: AA, A5 and 9C. RGB value is (170,165,156). Sum of RGB (Red+Green+Blue) = 170+165+156=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA59C is #555A63. Grayscale: #A5A5A5. Windows color (decimal): -5593700 or 10266026. OLE color: 10266026.

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

Color convert

RGB 170 165 156 -
CMYK 0 0.03 0.08 0.33
HSL 38.57º 0.08% 0.64% -
HSV(B) 38.57º 0.08% 0.67% -
XYZ 36.03 37.86 36.86 -
YUV 165.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 170 165 156 0 0.03 0.08 0.33 38.57 0.08 0.64
Hex AA A5 9C 0 3 8 21 27 8 40
Octal 252 245 234 0 3 10 41 47 10 100
Binary 10101010 10100101 10011100 0 11 1000 100001 100111 1000 1000000

Color Harmonies of #AAA59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA59C

Black with #AAA59C

Text Example


Text Example

White with #AAA59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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