Html Css Color HEX #AAB4A5 Spring Rain

📋 copy color: '#AAB4A5'

red 170 ◦ green 180 ◦ blue 165

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

Shades of Spring Rain #AAB4A5

Tints of Spring Rain #AAB4A5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.95%

 BLUE value IS 165 (64.84% from 255) = 32.04%

R = 33.01%
G = 34.95%
B = 32.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#AAB4A5 (or 0xAAB4A5) is known color: Spring Rain. HEX triplet: AA, B4 and A5. RGB value is (170,180,165). Sum of RGB (Red+Green+Blue) = 170+180+165=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4A5 is #554B5A. Grayscale: #AFAFAF. Windows color (decimal): -5589851 or 10859690. OLE color: 10859690.

HSL color Cylindrical-coordinate representation of color #AAB4A5: hue angle of 100º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB4A5 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 165 -
CMYK 0.06 0 0.08 0.29
HSL 100º 0.09% 0.68% -
HSV(B) 100º 0.08% 0.71% -
XYZ 39.69 43.91 41.98 -
YUV 175.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 170 180 165 0.06 0 0.08 0.29 100 0.09 0.68
Hex AA B4 A5 6 0 8 1D 64 9 44
Octal 252 264 245 6 0 10 35 144 11 104
Binary 10101010 10110100 10100101 110 0 1000 11101 1100100 1001 1000100

Color Harmonies of #AAB4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4A5

Black with #AAB4A5

Text Example


Text Example

White with #AAB4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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