Html Css Color HEX #AC82AA London Hue

📋 copy color: '#AC82AA'

red 172 ◦ green 130 ◦ blue 170

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

Shades of London Hue #AC82AA

Tints of London Hue #AC82AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.54%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 36.44%
G = 27.54%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC82AA (or 0xAC82AA) is known color: London Hue. HEX triplet: AC, 82 and AA. RGB value is (172,130,170). Sum of RGB (Red+Green+Blue) = 172+130+170=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC82AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC82AA is #537D55. Grayscale: #939393. Windows color (decimal): -5471574 or 11174572. OLE color: 11174572.

HSL color Cylindrical-coordinate representation of color #AC82AA: hue angle of 302.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC82AA is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 130 170 -
CMYK 0 0.24 0.01 0.33
HSL 302.86º 0.2% 0.59% -
HSV(B) 302.86º 0.24% 0.67% -
XYZ 32.25 27.64 41.67 -
YUV 147.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 172 130 170 0 0.24 0.01 0.33 302.86 0.2 0.59
Hex AC 82 AA 0 18 1 21 12F 14 3B
Octal 254 202 252 0 30 1 41 457 24 73
Binary 10101100 10000010 10101010 0 11000 1 100001 100101111 10100 111011

Color Harmonies of #AC82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC82AA

Black with #AC82AA

Text Example


Text Example

White with #AC82AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC82AA; }

 p { color: rgb(172,130,170); }

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

background-color css

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

 a { background-color: rgb(172,130,170); }

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

border-color css

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

 span { border-color: rgb(172,130,170); }

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