Html Css Color HEX #AC85A4 London Hue

📋 copy color: '#AC85A4'

red 172 ◦ green 133 ◦ blue 164

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

Shades of London Hue #AC85A4

Tints of London Hue #AC85A4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.36%

 BLUE value IS 164 (64.45% from 255) = 34.97%

R = 36.67%
G = 28.36%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC85A4 (or 0xAC85A4) is known color: London Hue. HEX triplet: AC, 85 and A4. RGB value is (172,133,164). Sum of RGB (Red+Green+Blue) = 172+133+164=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC85A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC85A4 is #537A5B. Grayscale: #949494. Windows color (decimal): -5470812 or 10782124. OLE color: 10782124.

HSL color Cylindrical-coordinate representation of color #AC85A4: hue angle of 312.31º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC85A4 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 133 164 -
CMYK 0 0.23 0.05 0.33
HSL 312.31º 0.19% 0.6% -
HSV(B) 312.31º 0.23% 0.67% -
XYZ 32.1 28.23 38.88 -
YUV 148.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 172 133 164 0 0.23 0.05 0.33 312.31 0.19 0.6
Hex AC 85 A4 0 17 5 21 138 13 3C
Octal 254 205 244 0 27 5 41 470 23 74
Binary 10101100 10000101 10100100 0 10111 101 100001 100111000 10011 111100

Color Harmonies of #AC85A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC85A4

Black with #AC85A4

Text Example


Text Example

White with #AC85A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC85A4; }

 p { color: rgb(172,133,164); }

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

background-color css

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

 a { background-color: rgb(172,133,164); }

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

border-color css

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

 span { border-color: rgb(172,133,164); }

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