Html Css Color HEX #AC454F Hippie Pink

📋 copy color: '#AC454F'

red 172 ◦ green 69 ◦ blue 79

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

Shades of Hippie Pink #AC454F

Tints of Hippie Pink #AC454F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.69%

R = 53.75%
G = 21.56%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC454F (or 0xAC454F) is known color: Hippie Pink. HEX triplet: AC, 45 and 4F. RGB value is (172,69,79). Sum of RGB (Red+Green+Blue) = 172+69+79=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC454F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC454F is #53BAB0. Grayscale: #656565. Windows color (decimal): -5487281 or 5195180. OLE color: 5195180.

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

Color convert

RGB 172 69 79 -
CMYK 0 0.60 0.54 0.33
HSL 354.17º 0.43% 0.47% -
HSV(B) 354.17º 0.6% 0.67% -
XYZ 20.55 13.59 8.94 -
YUV 100.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 172 69 79 0 0.60 0.54 0.33 354.17 0.43 0.47
Hex AC 45 4F 0 3C 36 21 162 2B 2F
Octal 254 105 117 0 74 66 41 542 53 57
Binary 10101100 1000101 1001111 0 111100 110110 100001 101100010 101011 101111

Color Harmonies of #AC454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC454F

Black with #AC454F

Text Example


Text Example

White with #AC454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC454F; }

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

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

background-color css

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

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

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

border-color css

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

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

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