Html Css Color HEX #AAB6A4 Spring Rain

📋 copy color: '#AAB6A4'

red 170 ◦ green 182 ◦ blue 164

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

Shades of Spring Rain #AAB6A4

Tints of Spring Rain #AAB6A4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.27%

 BLUE value IS 164 (64.45% from 255) = 31.78%

R = 32.95%
G = 35.27%
B = 31.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#AAB6A4 (or 0xAAB6A4) is known color: Spring Rain. HEX triplet: AA, B6 and A4. RGB value is (170,182,164). Sum of RGB (Red+Green+Blue) = 170+182+164=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB6A4 is #55495B. Grayscale: #B0B0B0. Windows color (decimal): -5589340 or 10794666. OLE color: 10794666.

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

Color convert

RGB 170 182 164 -
CMYK 0.07 0 0.10 0.29
HSL 100º 0.11% 0.68% -
HSV(B) 100º 0.1% 0.71% -
XYZ 40.01 44.68 41.64 -
YUV 176.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 170 182 164 0.07 0 0.10 0.29 100 0.11 0.68
Hex AA B6 A4 7 0 A 1D 64 B 44
Octal 252 266 244 7 0 12 35 144 13 104
Binary 10101010 10110110 10100100 111 0 1010 11101 1100100 1011 1000100

Color Harmonies of #AAB6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6A4

Black with #AAB6A4

Text Example


Text Example

White with #AAB6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6A4; }

 p { color: rgb(170,182,164); }

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

background-color css

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

 a { background-color: rgb(170,182,164); }

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

border-color css

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

 span { border-color: rgb(170,182,164); }

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