Html Css Color HEX #AC91A5 London Hue

📋 copy color: '#AC91A5'

red 172 ◦ green 145 ◦ blue 165

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

Shades of London Hue #AC91A5

Tints of London Hue #AC91A5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.08%

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

R = 35.68%
G = 30.08%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC91A5 (or 0xAC91A5) is known color: London Hue. HEX triplet: AC, 91 and A5. RGB value is (172,145,165). Sum of RGB (Red+Green+Blue) = 172+145+165=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC91A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC91A5 is #536E5A. Grayscale: #9B9B9B. Windows color (decimal): -5467739 or 10850732. OLE color: 10850732.

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

Color convert

RGB 172 145 165 -
CMYK 0 0.16 0.04 0.33
HSL 315.56º 0.14% 0.62% -
HSV(B) 315.56º 0.16% 0.67% -
XYZ 33.93 31.74 39.94 -
YUV 155.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 172 145 165 0 0.16 0.04 0.33 315.56 0.14 0.62
Hex AC 91 A5 0 10 4 21 13C E 3E
Octal 254 221 245 0 20 4 41 474 16 76
Binary 10101100 10010001 10100101 0 10000 100 100001 100111100 1110 111110

Color Harmonies of #AC91A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC91A5

Black with #AC91A5

Text Example


Text Example

White with #AC91A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC91A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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