Html Css Color HEX #AAB7A7 Spring Rain

📋 copy color: '#AAB7A7'

red 170 ◦ green 183 ◦ blue 167

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

Shades of Spring Rain #AAB7A7

Tints of Spring Rain #AAB7A7

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.19%

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

R = 32.69%
G = 35.19%
B = 32.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#AAB7A7 (or 0xAAB7A7) is known color: Spring Rain. HEX triplet: AA, B7 and A7. RGB value is (170,183,167). Sum of RGB (Red+Green+Blue) = 170+183+167=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7A7 is #554858. Grayscale: #B1B1B1. Windows color (decimal): -5589081 or 10991530. OLE color: 10991530.

HSL color Cylindrical-coordinate representation of color #AAB7A7: hue angle of 108.75º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB7A7 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 167 -
CMYK 0.07 0 0.09 0.28
HSL 108.75º 0.1% 0.69% -
HSV(B) 108.75º 0.09% 0.72% -
XYZ 40.49 45.2 43.15 -
YUV 177.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 170 183 167 0.07 0 0.09 0.28 108.75 0.1 0.69
Hex AA B7 A7 7 0 9 1C 6D A 45
Octal 252 267 247 7 0 11 34 155 12 105
Binary 10101010 10110111 10100111 111 0 1001 11100 1101101 1010 1000101

Color Harmonies of #AAB7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7A7

Black with #AAB7A7

Text Example


Text Example

White with #AAB7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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