Html Css Color HEX #AC9BA7 London Hue

📋 copy color: '#AC9BA7'

red 172 ◦ green 155 ◦ blue 167

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

Shades of London Hue #AC9BA7

Tints of London Hue #AC9BA7

RGB

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

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

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

R = 34.82%
G = 31.38%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC9BA7 (or 0xAC9BA7) is known color: London Hue. HEX triplet: AC, 9B and A7. RGB value is (172,155,167). Sum of RGB (Red+Green+Blue) = 172+155+167=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BA7 is #536458. Grayscale: #A1A1A1. Windows color (decimal): -5465177 or 10984364. OLE color: 10984364.

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

Color convert

RGB 172 155 167 -
CMYK 0 0.10 0.03 0.33
HSL 317.65º 0.09% 0.64% -
HSV(B) 317.65º 0.1% 0.67% -
XYZ 35.71 35 41.43 -
YUV 161.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 172 155 167 0 0.10 0.03 0.33 317.65 0.09 0.64
Hex AC 9B A7 0 A 3 21 13E 9 40
Octal 254 233 247 0 12 3 41 476 11 100
Binary 10101100 10011011 10100111 0 1010 11 100001 100111110 1001 1000000

Color Harmonies of #AC9BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BA7

Black with #AC9BA7

Text Example


Text Example

White with #AC9BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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