Html Css Color HEX #AAB4A7 Spring Rain

📋 copy color: '#AAB4A7'

red 170 ◦ green 180 ◦ blue 167

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

Shades of Spring Rain #AAB4A7

Tints of Spring Rain #AAB4A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.3%

R = 32.88%
G = 34.82%
B = 32.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#AAB4A7 (or 0xAAB4A7) is known color: Spring Rain. HEX triplet: AA, B4 and A7. RGB value is (170,180,167). Sum of RGB (Red+Green+Blue) = 170+180+167=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4A7 is #554B58. Grayscale: #AFAFAF. Windows color (decimal): -5589849 or 10990762. OLE color: 10990762.

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

Color convert

RGB 170 180 167 -
CMYK 0.06 0 0.07 0.29
HSL 106.15º 0.08% 0.68% -
HSV(B) 106.15º 0.07% 0.71% -
XYZ 39.87 43.98 42.95 -
YUV 175.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 170 180 167 0.06 0 0.07 0.29 106.15 0.08 0.68
Hex AA B4 A7 6 0 7 1D 6A 8 44
Octal 252 264 247 6 0 7 35 152 10 104
Binary 10101010 10110100 10100111 110 0 111 11101 1101010 1000 1000100

Color Harmonies of #AAB4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4A7

Black with #AAB4A7

Text Example


Text Example

White with #AAB4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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