#ABB8A2

Color #ABB8A2 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #ABB8A2

Tints of Spring Rain #ABB8A2

Color information

#ABB8A2 (or 0xABB8A2) is unknown color: approx Spring Rain. HEX triplet: AB, B8 and A2. RGB value is (171,184,162). Sum of RGB (Red+Green+Blue) = 171+184+162=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB8A2 is #54475D. Grayscale: #B1B1B1. Windows color (decimal): -5523294 or 10664107. OLE color: 10664107.

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

Color convert

RGB171184162-
CMYK0.0700.120.28
HSL95.45º13.41%67.84%-
HSV(B)95.45º11.96%72.16%-
XYZ40.4645.5540.84-
YUV177.6119.19123.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=33.08%
G=35.59%
B=31.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841620.0700.120.2895.4513.4167.84
HexABB8A270C1C5fd44
Octal25327024270143413715104
Binary1010101110111000101000101110110011100101111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8A2; }

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

 H1.HeaderClassName
 {
   color: #ABB8A2;
 }
 .AnyTagClassName
 {
   color: #ABB8A2;
 }
</style>
background-color css

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

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

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

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

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

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