#ACABA8

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

Shades of Cloudy #ACABA8

Tints of Cloudy #ACABA8

Color information

#ACABA8 (or 0xACABA8) is unknown color: approx Cloudy. HEX triplet: AC, AB and A8. RGB value is (172,171,168). Sum of RGB (Red+Green+Blue) = 172+171+168=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 172 - color contains mainly: red. Hex color #ACABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABA8 is #535457. Grayscale: #AAAAAA. Windows color (decimal): -5461080 or 11053996. OLE color: 11053996.

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

Color convert

RGB172171168-
CMYK00.010.020.33
HSL45º2.35%66.67%-
HSV(B)45º2.33%67.45%-
XYZ38.6440.7242.87-
YUV170.96126.33128.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 168 (66.02% from 255) = 32.88%
R=33.66%
G=33.46%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217116800.010.020.33452.3566.67
HexACABA8012212d243
Octal25425325001241552103
Binary1010110010101011101010000110100001101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABA8; }

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

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

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

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

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

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

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

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