Html Css Color HEX #AAA59B Cloudy

📋 copy color: '#AAA59B'

red 170 ◦ green 165 ◦ blue 155

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

Shades of Cloudy #AAA59B

Tints of Cloudy #AAA59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.63%

R = 34.69%
G = 33.67%
B = 31.63%

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

#AAA59B (or 0xAAA59B) is known color: Cloudy. HEX triplet: AA, A5 and 9B. RGB value is (170,165,155). Sum of RGB (Red+Green+Blue) = 170+165+155=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA59B is #555A64. Grayscale: #A5A5A5. Windows color (decimal): -5593701 or 10200490. OLE color: 10200490.

HSL color Cylindrical-coordinate representation of color #AAA59B: hue angle of 40º degrees, saturation: 0.08, 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 #AAA59B is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 155 -
CMYK 0 0.03 0.09 0.33
HSL 40º 0.08% 0.64% -
HSV(B) 40º 0.09% 0.67% -
XYZ 35.95 37.82 36.42 -
YUV 165.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 170 165 155 0 0.03 0.09 0.33 40 0.08 0.64
Hex AA A5 9B 0 3 9 21 28 8 40
Octal 252 245 233 0 3 11 41 50 10 100
Binary 10101010 10100101 10011011 0 11 1001 100001 101000 1000 1000000

Color Harmonies of #AAA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA59B

Black with #AAA59B

Text Example


Text Example

White with #AAA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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