Html Css Color HEX #AAA59F Cloudy

📋 copy color: '#AAA59F'

red 170 ◦ green 165 ◦ blue 159

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

Shades of Cloudy #AAA59F

Tints of Cloudy #AAA59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 34.41%
G = 33.4%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AAA59F (or 0xAAA59F) is known color: Cloudy. HEX triplet: AA, A5 and 9F. RGB value is (170,165,159). Sum of RGB (Red+Green+Blue) = 170+165+159=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA59F is #555A60. Grayscale: #A5A5A5. Windows color (decimal): -5593697 or 10462634. OLE color: 10462634.

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

Color convert

RGB 170 165 159 -
CMYK 0 0.03 0.06 0.33
HSL 32.73º 0.06% 0.65% -
HSV(B) 32.73º 0.06% 0.67% -
XYZ 36.29 37.96 38.22 -
YUV 165.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 170 165 159 0 0.03 0.06 0.33 32.73 0.06 0.65
Hex AA A5 9F 0 3 6 21 21 6 41
Octal 252 245 237 0 3 6 41 41 6 101
Binary 10101010 10100101 10011111 0 11 110 100001 100001 110 1000001

Color Harmonies of #AAA59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA59F

Black with #AAA59F

Text Example


Text Example

White with #AAA59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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