Html Css Color HEX #AC4454 Hippie Pink

📋 copy color: '#AC4454'

red 172 ◦ green 68 ◦ blue 84

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

Shades of Hippie Pink #AC4454

Tints of Hippie Pink #AC4454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.99%

 BLUE value IS 84 (33.2% from 255) = 25.93%

R = 53.09%
G = 20.99%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC4454 (or 0xAC4454) is known color: Hippie Pink. HEX triplet: AC, 44 and 54. RGB value is (172,68,84). Sum of RGB (Red+Green+Blue) = 172+68+84=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4454 is #53BBAB. Grayscale: #646464. Windows color (decimal): -5487532 or 5522604. OLE color: 5522604.

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

Color convert

RGB 172 68 84 -
CMYK 0 0.60 0.51 0.33
HSL 350.77º 0.43% 0.47% -
HSV(B) 350.77º 0.6% 0.67% -
XYZ 20.68 13.54 9.91 -
YUV 100.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 172 68 84 0 0.60 0.51 0.33 350.77 0.43 0.47
Hex AC 44 54 0 3C 33 21 15F 2B 2F
Octal 254 104 124 0 74 63 41 537 53 57
Binary 10101100 1000100 1010100 0 111100 110011 100001 101011111 101011 101111

Color Harmonies of #AC4454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4454

Black with #AC4454

Text Example


Text Example

White with #AC4454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4454; }

 p { color: rgb(172,68,84); }

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

background-color css

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

 a { background-color: rgb(172,68,84); }

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

border-color css

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

 span { border-color: rgb(172,68,84); }

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