#ACA7AA

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

Shades of Shady Lady #ACA7AA

Tints of Shady Lady #ACA7AA

Color information

#ACA7AA (or 0xACA7AA) is unknown color: approx Shady Lady. HEX triplet: AC, A7 and AA. RGB value is (172,167,170). Sum of RGB (Red+Green+Blue) = 172+167+170=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA7AA is #535855. Grayscale: #A8A8A8. Windows color (decimal): -5462102 or 11184044. OLE color: 11184044.

HSL color Cylindrical-coordinate representation of color #ACA7AA: hue angle of 324º 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 #ACA7AA is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172167170-
CMYK00.030.010.33
HSL324º2.92%66.47%-
HSV(B)324º2.91%67.45%-
XYZ38.0939.3143.61-
YUV168.84128.66130.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 167 (65.62% from 255) = 32.81%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=33.79%
G=32.81%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216717000.030.010.333242.9266.47
HexACA7AA03121144342
Octal254247252031415043102
Binary1010110010100111101010100111100001101000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7AA; }

 p { color: rgb(172,167,170); }

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

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

 a { background-color: rgb(172,167,170); }

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

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

 span { border-color: rgb(172,167,170); }

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