Html Css Color HEX #ABB9A5 Spring Rain

📋 copy color: '#ABB9A5'

red 171 ◦ green 185 ◦ blue 165

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

Shades of Spring Rain #ABB9A5

Tints of Spring Rain #ABB9A5

RGB

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

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

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

R = 32.82%
G = 35.51%
B = 31.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#ABB9A5 (or 0xABB9A5) is known color: Spring Rain. HEX triplet: AB, B9 and A5. RGB value is (171,185,165). Sum of RGB (Red+Green+Blue) = 171+185+165=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB9A5 is #54465A. Grayscale: #B2B2B2. Windows color (decimal): -5523035 or 10860971. OLE color: 10860971.

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

Color convert

RGB 171 185 165 -
CMYK 0.08 0 0.11 0.27
HSL 102º 0.13% 0.69% -
HSV(B) 102º 0.11% 0.73% -
XYZ 40.94 46.07 42.33 -
YUV 178.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 171 185 165 0.08 0 0.11 0.27 102 0.13 0.69
Hex AB B9 A5 8 0 B 1B 66 C 45
Octal 253 271 245 10 0 13 33 146 14 105
Binary 10101011 10111001 10100101 1000 0 1011 11011 1100110 1100 1000101

Color Harmonies of #ABB9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9A5

Black with #ABB9A5

Text Example


Text Example

White with #ABB9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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