Html Css Color HEX #AC4354 Hippie Pink

📋 copy color: '#AC4354'

red 172 ◦ green 67 ◦ blue 84

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

Shades of Hippie Pink #AC4354

Tints of Hippie Pink #AC4354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.74%

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

R = 53.25%
G = 20.74%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC4354 (or 0xAC4354) is known color: Hippie Pink. HEX triplet: AC, 43 and 54. RGB value is (172,67,84). Sum of RGB (Red+Green+Blue) = 172+67+84=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4354 is #53BCAB. Grayscale: #646464. Windows color (decimal): -5487788 or 5522348. OLE color: 5522348.

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

Color convert

RGB 172 67 84 -
CMYK 0 0.61 0.51 0.33
HSL 350.29º 0.44% 0.47% -
HSV(B) 350.29º 0.61% 0.67% -
XYZ 20.62 13.43 9.89 -
YUV 100.33 118.79 179.12 -
System Red Green Blue C M Y K H S L
Decimal 172 67 84 0 0.61 0.51 0.33 350.29 0.44 0.47
Hex AC 43 54 0 3D 33 21 15E 2C 2F
Octal 254 103 124 0 75 63 41 536 54 57
Binary 10101100 1000011 1010100 0 111101 110011 100001 101011110 101100 101111

Color Harmonies of #AC4354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4354

Black with #AC4354

Text Example


Text Example

White with #AC4354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4354; }

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

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

background-color css

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

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

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

border-color css

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

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

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