#ACA1AB

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

Shades of London Hue #ACA1AB

Tints of London Hue #ACA1AB

Color information

#ACA1AB (or 0xACA1AB) is unknown color: approx London Hue. HEX triplet: AC, A1 and AB. RGB value is (172,161,171). Sum of RGB (Red+Green+Blue) = 172+161+171=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA1AB is #535E54. Grayscale: #A5A5A5. Windows color (decimal): -5463637 or 11248044. OLE color: 11248044.

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

Color convert

RGB172161171-
CMYK00.060.010.33
HSL305.45º6.21%65.29%-
HSV(B)305.45º6.4%67.45%-
XYZ37.1137.243.75-
YUV165.43131.14132.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=34.13%
G=31.94%
B=33.93%

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
Decimal17216117100.060.010.33305.456.2165.29
HexACA1AB06121131641
Octal254241253061414616101
Binary101011001010000110101011011011000011001100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1AB; }

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

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

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

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

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

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

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

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