#ABAFAA

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

Shades of Spring Rain #ABAFAA

Tints of Spring Rain #ABAFAA

Color information

#ABAFAA (or 0xABAFAA) is unknown color: approx Spring Rain. HEX triplet: AB, AF and AA. RGB value is (171,175,170). Sum of RGB (Red+Green+Blue) = 171+175+170=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFAA is #545055. Grayscale: #ADADAD. Windows color (decimal): -5525590 or 11186091. OLE color: 11186091.

HSL color Cylindrical-coordinate representation of color #ABAFAA: hue angle of 108º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABAFAA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB171175170-
CMYK0.0200.030.31
HSL108º3.03%67.65%-
HSV(B)108º2.86%68.63%-
XYZ39.3842.2244.1-
YUV173.23126.17126.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=33.14%
G=33.91%
B=32.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751700.0200.030.311083.0367.65
HexABAFAA2031F6c344
Octal253257252203371543104
Binary10101011101011111010101010011111111101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFAA; }

 p { color: rgb(171,175,170); }

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

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

 a { background-color: rgb(171,175,170); }

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

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

 span { border-color: rgb(171,175,170); }

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