Html Css Color HEX #AC8FA6 London Hue

📋 copy color: '#AC8FA6'

red 172 ◦ green 143 ◦ blue 166

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

Shades of London Hue #AC8FA6

Tints of London Hue #AC8FA6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.73%

 BLUE value IS 166 (65.23% from 255) = 34.51%

R = 35.76%
G = 29.73%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC8FA6 (or 0xAC8FA6) is known color: London Hue. HEX triplet: AC, 8F and A6. RGB value is (172,143,166). Sum of RGB (Red+Green+Blue) = 172+143+166=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FA6 is #537059. Grayscale: #9A9A9A. Windows color (decimal): -5468250 or 10915756. OLE color: 10915756.

HSL color Cylindrical-coordinate representation of color #AC8FA6: hue angle of 312.41º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC8FA6 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 166 -
CMYK 0 0.17 0.03 0.33
HSL 312.41º 0.15% 0.62% -
HSV(B) 312.41º 0.17% 0.67% -
XYZ 33.72 31.17 40.32 -
YUV 154.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 172 143 166 0 0.17 0.03 0.33 312.41 0.15 0.62
Hex AC 8F A6 0 11 3 21 138 F 3E
Octal 254 217 246 0 21 3 41 470 17 76
Binary 10101100 10001111 10100110 0 10001 11 100001 100111000 1111 111110

Color Harmonies of #AC8FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FA6

Black with #AC8FA6

Text Example


Text Example

White with #AC8FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FA6; }

 p { color: rgb(172,143,166); }

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

background-color css

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

 a { background-color: rgb(172,143,166); }

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

border-color css

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

 span { border-color: rgb(172,143,166); }

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