Html Css Color HEX #AC8CAA London Hue

📋 copy color: '#AC8CAA'

red 172 ◦ green 140 ◦ blue 170

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

Shades of London Hue #AC8CAA

Tints of London Hue #AC8CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.05%

 BLUE value IS 170 (66.8% from 255) = 35.27%

R = 35.68%
G = 29.05%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC8CAA (or 0xAC8CAA) is known color: London Hue. HEX triplet: AC, 8C and AA. RGB value is (172,140,170). Sum of RGB (Red+Green+Blue) = 172+140+170=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8CAA is #537355. Grayscale: #989898. Windows color (decimal): -5469014 or 11177132. OLE color: 11177132.

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

Color convert

RGB 172 140 170 -
CMYK 0 0.19 0.01 0.33
HSL 303.75º 0.16% 0.61% -
HSV(B) 303.75º 0.19% 0.67% -
XYZ 33.65 30.43 42.13 -
YUV 152.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 172 140 170 0 0.19 0.01 0.33 303.75 0.16 0.61
Hex AC 8C AA 0 13 1 21 130 10 3D
Octal 254 214 252 0 23 1 41 460 20 75
Binary 10101100 10001100 10101010 0 10011 1 100001 100110000 10000 111101

Color Harmonies of #AC8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8CAA

Black with #AC8CAA

Text Example


Text Example

White with #AC8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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