Html Css Color HEX #AC93A7 London Hue

📋 copy color: '#AC93A7'

red 172 ◦ green 147 ◦ blue 167

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

Shades of London Hue #AC93A7

Tints of London Hue #AC93A7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.25%

 BLUE value IS 167 (65.63% from 255) = 34.36%

R = 35.39%
G = 30.25%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC93A7 (or 0xAC93A7) is known color: London Hue. HEX triplet: AC, 93 and A7. RGB value is (172,147,167). Sum of RGB (Red+Green+Blue) = 172+147+167=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A7 is #536C58. Grayscale: #9C9C9C. Windows color (decimal): -5467225 or 10982316. OLE color: 10982316.

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

Color convert

RGB 172 147 167 -
CMYK 0 0.15 0.03 0.33
HSL 312º 0.13% 0.63% -
HSV(B) 312º 0.15% 0.67% -
XYZ 34.42 32.43 41 -
YUV 156.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 172 147 167 0 0.15 0.03 0.33 312 0.13 0.63
Hex AC 93 A7 0 F 3 21 138 D 3F
Octal 254 223 247 0 17 3 41 470 15 77
Binary 10101100 10010011 10100111 0 1111 11 100001 100111000 1101 111111

Color Harmonies of #AC93A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93A7

Black with #AC93A7

Text Example


Text Example

White with #AC93A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93A7; }

 p { color: rgb(172,147,167); }

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

background-color css

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

 a { background-color: rgb(172,147,167); }

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

border-color css

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

 span { border-color: rgb(172,147,167); }

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