Html Css Color HEX #AC8FA5 London Hue

📋 copy color: '#AC8FA5'

red 172 ◦ green 143 ◦ blue 165

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

Shades of London Hue #AC8FA5

Tints of London Hue #AC8FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.38%

R = 35.83%
G = 29.79%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC8FA5 (or 0xAC8FA5) is known color: London Hue. HEX triplet: AC, 8F and A5. RGB value is (172,143,165). Sum of RGB (Red+Green+Blue) = 172+143+165=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FA5 is #53705A. Grayscale: #9A9A9A. Windows color (decimal): -5468251 or 10850220. OLE color: 10850220.

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

Color convert

RGB 172 143 165 -
CMYK 0 0.17 0.04 0.33
HSL 314.48º 0.15% 0.62% -
HSV(B) 314.48º 0.17% 0.67% -
XYZ 33.63 31.13 39.83 -
YUV 154.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 172 143 165 0 0.17 0.04 0.33 314.48 0.15 0.62
Hex AC 8F A5 0 11 4 21 13A F 3E
Octal 254 217 245 0 21 4 41 472 17 76
Binary 10101100 10001111 10100101 0 10001 100 100001 100111010 1111 111110

Color Harmonies of #AC8FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FA5

Black with #AC8FA5

Text Example


Text Example

White with #AC8FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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