Html Css Color HEX #AC9BA8 London Hue

📋 copy color: '#AC9BA8'

red 172 ◦ green 155 ◦ blue 168

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

Shades of London Hue #AC9BA8

Tints of London Hue #AC9BA8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.31%

 BLUE value IS 168 (66.02% from 255) = 33.94%

R = 34.75%
G = 31.31%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC9BA8 (or 0xAC9BA8) is known color: London Hue. HEX triplet: AC, 9B and A8. RGB value is (172,155,168). Sum of RGB (Red+Green+Blue) = 172+155+168=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BA8 is #536457. Grayscale: #A1A1A1. Windows color (decimal): -5465176 or 11049900. OLE color: 11049900.

HSL color Cylindrical-coordinate representation of color #AC9BA8: hue angle of 314.12º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9BA8 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 155 168 -
CMYK 0 0.10 0.02 0.33
HSL 314.12º 0.09% 0.64% -
HSV(B) 314.12º 0.1% 0.67% -
XYZ 35.8 35.04 41.92 -
YUV 161.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 172 155 168 0 0.10 0.02 0.33 314.12 0.09 0.64
Hex AC 9B A8 0 A 2 21 13A 9 40
Octal 254 233 250 0 12 2 41 472 11 100
Binary 10101100 10011011 10101000 0 1010 10 100001 100111010 1001 1000000

Color Harmonies of #AC9BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BA8

Black with #AC9BA8

Text Example


Text Example

White with #AC9BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BA8; }

 p { color: rgb(172,155,168); }

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

background-color css

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

 a { background-color: rgb(172,155,168); }

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

border-color css

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

 span { border-color: rgb(172,155,168); }

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