Html Css Color HEX #ACA0AD London Hue

📋 copy color: '#ACA0AD'

red 172 ◦ green 160 ◦ blue 173

#ACA0AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #ACA0AD

Tints of London Hue #ACA0AD

RGB

 RED value IS 172 (67.58% from 255) = 34.06%

 GREEN value IS 160 (62.89% from 255) = 31.68%

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 34.06%
G = 31.68%
B = 34.26%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#ACA0AD (or 0xACA0AD) is known color: London Hue. HEX triplet: AC, A0 and AD. RGB value is (172,160,173). Sum of RGB (Red+Green+Blue) = 172+160+173=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 173 - color contains mainly: blue. Hex color #ACA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0AD is #535F52. Grayscale: #A5A5A5. Windows color (decimal): -5463891 or 11378860. OLE color: 11378860.

HSL color Cylindrical-coordinate representation of color #ACA0AD: hue angle of 295.38º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACA0AD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 160 173 -
CMYK 0.01 0.08 0 0.32
HSL 295.38º 0.07% 0.65% -
HSV(B) 295.38º 0.08% 0.68% -
XYZ 37.13 36.93 44.71 -
YUV 165.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 172 160 173 0.01 0.08 0 0.32 295.38 0.07 0.65
Hex AC A0 AD 1 8 0 20 127 7 41
Octal 254 240 255 1 10 0 40 447 7 101
Binary 10101100 10100000 10101101 1 1000 0 100000 100100111 111 1000001

Color Harmonies of #ACA0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA0AD

Black with #ACA0AD

Text Example


Text Example

White with #ACA0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA0AD; }

 p { color: rgb(172,160,173); }

 H1.HeaderClassName
 {
   color: #ACA0AD;
 }
 .AnyTagClassName
 {
   color: #ACA0AD;
 }
</style>

background-color css

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

 a { background-color: rgb(172,160,173); }

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

border-color css

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

 span { border-color: rgb(172,160,173); }

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