#ACA1AA

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

Shades of London Hue #ACA1AA

Tints of London Hue #ACA1AA

Color information

#ACA1AA (or 0xACA1AA) is unknown color: approx London Hue. HEX triplet: AC, A1 and AA. RGB value is (172,161,170). Sum of RGB (Red+Green+Blue) = 172+161+170=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA1AA is #535E55. Grayscale: #A5A5A5. Windows color (decimal): -5463638 or 11182508. OLE color: 11182508.

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

Color convert

RGB172161170-
CMYK00.060.010.33
HSL310.91º6.21%65.29%-
HSV(B)310.91º6.4%67.45%-
XYZ37.0137.1643.25-
YUV165.32130.64132.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=34.19%
G=32.01%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216117000.060.010.33310.916.2165.29
HexACA1AA06121137641
Octal254241252061414676101
Binary101011001010000110101010011011000011001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1AA; }

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

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

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

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

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

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

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

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