#ACA6A8

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

Shades of Shady Lady #ACA6A8

Tints of Shady Lady #ACA6A8

Color information

#ACA6A8 (or 0xACA6A8) is unknown color: approx Shady Lady. HEX triplet: AC, A6 and A8. RGB value is (172,166,168). Sum of RGB (Red+Green+Blue) = 172+166+168=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA6A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA6A8 is #535957. Grayscale: #A8A8A8. Windows color (decimal): -5462360 or 11052716. OLE color: 11052716.

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

Color convert

RGB172166168-
CMYK00.030.020.33
HSL340º3.49%66.27%-
HSV(B)340º3.49%67.45%-
XYZ37.7238.8742.56-
YUV168.02127.99130.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 168 (66.02% from 255) = 33.20%
R=33.99%
G=32.81%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216616800.030.020.333403.4966.27
HexACA6A803221154342
Octal254246250032415243102
Binary10101100101001101010100001110100001101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6A8; }

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

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

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

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

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

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

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

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