#ACB4A8

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

Shades of Spring Rain #ACB4A8

Tints of Spring Rain #ACB4A8

Color information

#ACB4A8 (or 0xACB4A8) is unknown color: approx Spring Rain. HEX triplet: AC, B4 and A8. RGB value is (172,180,168). Sum of RGB (Red+Green+Blue) = 172+180+168=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB4A8 is #534B57. Grayscale: #B0B0B0. Windows color (decimal): -5458776 or 11056300. OLE color: 11056300.

HSL color Cylindrical-coordinate representation of color #ACB4A8: hue angle of 100º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB4A8 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB172180168-
CMYK0.0400.070.29
HSL100º7.41%68.24%-
HSV(B)100º6.67%70.59%-
XYZ40.444.2443.46-
YUV176.24123.35124.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 168 (66.02% from 255) = 32.31%
R=33.08%
G=34.62%
B=32.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801680.0400.070.291007.4168.24
HexACB4A84071D64744
Octal254264250407351447104
Binary10101100101101001010100010001111110111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4A8; }

 p { color: rgb(172,180,168); }

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

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

 a { background-color: rgb(172,180,168); }

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

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

 span { border-color: rgb(172,180,168); }

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