#ACAFAB

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

Shades of Spring Rain #ACAFAB

Tints of Spring Rain #ACAFAB

Color information

#ACAFAB (or 0xACAFAB) is unknown color: approx Spring Rain. HEX triplet: AC, AF and AB. RGB value is (172,175,171). Sum of RGB (Red+Green+Blue) = 172+175+171=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFAB is #535054. Grayscale: #ADADAD. Windows color (decimal): -5460053 or 11251628. OLE color: 11251628.

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

Color convert

RGB172175171-
CMYK0.0200.020.31
HSL105º2.44%67.84%-
HSV(B)105º2.29%68.63%-
XYZ39.6942.3744.61-
YUV173.65126.51126.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=33.20%
G=33.78%
B=33.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751710.0200.020.311052.4467.84
HexACAFAB2021F69244
Octal254257253202371512104
Binary10101100101011111010101110010111111101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFAB; }

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

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

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

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

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

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

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

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