Html Css Color HEX #AC90A5 London Hue

📋 copy color: '#AC90A5'

red 172 ◦ green 144 ◦ blue 165

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

Shades of London Hue #AC90A5

Tints of London Hue #AC90A5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.94%

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

R = 35.76%
G = 29.94%
B = 34.3%

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

#AC90A5 (or 0xAC90A5) is known color: London Hue. HEX triplet: AC, 90 and A5. RGB value is (172,144,165). Sum of RGB (Red+Green+Blue) = 172+144+165=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC90A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC90A5 is #536F5A. Grayscale: #9A9A9A. Windows color (decimal): -5467995 or 10850476. OLE color: 10850476.

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

Color convert

RGB 172 144 165 -
CMYK 0 0.16 0.04 0.33
HSL 315º 0.14% 0.62% -
HSV(B) 315º 0.16% 0.67% -
XYZ 33.78 31.43 39.88 -
YUV 154.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 172 144 165 0 0.16 0.04 0.33 315 0.14 0.62
Hex AC 90 A5 0 10 4 21 13B E 3E
Octal 254 220 245 0 20 4 41 473 16 76
Binary 10101100 10010000 10100101 0 10000 100 100001 100111011 1110 111110

Color Harmonies of #AC90A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90A5

Black with #AC90A5

Text Example


Text Example

White with #AC90A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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