Html Css Color HEX #AC454C Hippie Pink

📋 copy color: '#AC454C'

red 172 ◦ green 69 ◦ blue 76

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

Shades of Hippie Pink #AC454C

Tints of Hippie Pink #AC454C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 54.26%
G = 21.77%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC454C (or 0xAC454C) is known color: Hippie Pink. HEX triplet: AC, 45 and 4C. RGB value is (172,69,76). Sum of RGB (Red+Green+Blue) = 172+69+76=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC454C is #53BAB3. Grayscale: #646464. Windows color (decimal): -5487284 or 4998572. OLE color: 4998572.

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

Color convert

RGB 172 69 76 -
CMYK 0 0.60 0.56 0.33
HSL 355.92º 0.43% 0.47% -
HSV(B) 355.92º 0.6% 0.67% -
XYZ 20.45 13.55 8.38 -
YUV 100.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 172 69 76 0 0.60 0.56 0.33 355.92 0.43 0.47
Hex AC 45 4C 0 3C 38 21 164 2B 2F
Octal 254 105 114 0 74 70 41 544 53 57
Binary 10101100 1000101 1001100 0 111100 111000 100001 101100100 101011 101111

Color Harmonies of #AC454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC454C

Black with #AC454C

Text Example


Text Example

White with #AC454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC454C; }

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

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

background-color css

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

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

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

border-color css

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

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

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