Html Css Color HEX #AC455C Hippie Pink

📋 copy color: '#AC455C'

red 172 ◦ green 69 ◦ blue 92

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

Shades of Hippie Pink #AC455C

Tints of Hippie Pink #AC455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 51.65%
G = 20.72%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC455C (or 0xAC455C) is known color: Hippie Pink. HEX triplet: AC, 45 and 5C. RGB value is (172,69,92). Sum of RGB (Red+Green+Blue) = 172+69+92=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC455C is #53BAA3. Grayscale: #666666. Windows color (decimal): -5487268 or 6047148. OLE color: 6047148.

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

Color convert

RGB 172 69 92 -
CMYK 0 0.60 0.47 0.33
HSL 346.6º 0.43% 0.47% -
HSV(B) 346.6º 0.6% 0.67% -
XYZ 21.07 13.8 11.68 -
YUV 102.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 172 69 92 0 0.60 0.47 0.33 346.6 0.43 0.47
Hex AC 45 5C 0 3C 2F 21 15B 2B 2F
Octal 254 105 134 0 74 57 41 533 53 57
Binary 10101100 1000101 1011100 0 111100 101111 100001 101011011 101011 101111

Color Harmonies of #AC455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC455C

Black with #AC455C

Text Example


Text Example

White with #AC455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC455C; }

 p { color: rgb(172,69,92); }

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

background-color css

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

 a { background-color: rgb(172,69,92); }

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

border-color css

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

 span { border-color: rgb(172,69,92); }

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