Html Css Color HEX #ABB9A2 Spring Rain

📋 copy color: '#ABB9A2'

red 171 ◦ green 185 ◦ blue 162

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

Shades of Spring Rain #ABB9A2

Tints of Spring Rain #ABB9A2

RGB

 RED value IS 171 (67.19% from 255) = 33.01%

 GREEN value IS 185 (72.66% from 255) = 35.71%

 BLUE value IS 162 (63.67% from 255) = 31.27%

R = 33.01%
G = 35.71%
B = 31.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#ABB9A2 (or 0xABB9A2) is known color: Spring Rain. HEX triplet: AB, B9 and A2. RGB value is (171,185,162). Sum of RGB (Red+Green+Blue) = 171+185+162=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB9A2 is #54465D. Grayscale: #B2B2B2. Windows color (decimal): -5523038 or 10664363. OLE color: 10664363.

HSL color Cylindrical-coordinate representation of color #ABB9A2: hue angle of 96.52º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABB9A2 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 185 162 -
CMYK 0.08 0 0.12 0.27
HSL 96.52º 0.14% 0.68% -
HSV(B) 96.52º 0.12% 0.73% -
XYZ 40.67 45.96 40.91 -
YUV 178.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 171 185 162 0.08 0 0.12 0.27 96.52 0.14 0.68
Hex AB B9 A2 8 0 C 1B 61 E 44
Octal 253 271 242 10 0 14 33 141 16 104
Binary 10101011 10111001 10100010 1000 0 1100 11011 1100001 1110 1000100

Color Harmonies of #ABB9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9A2

Black with #ABB9A2

Text Example


Text Example

White with #ABB9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9A2; }

 p { color: rgb(171,185,162); }

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

background-color css

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

 a { background-color: rgb(171,185,162); }

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

border-color css

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

 span { border-color: rgb(171,185,162); }

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