Html Css Color HEX #AC445D Hippie Pink

📋 copy color: '#AC445D'

red 172 ◦ green 68 ◦ blue 93

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

Shades of Hippie Pink #AC445D

Tints of Hippie Pink #AC445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 51.65%
G = 20.42%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC445D (or 0xAC445D) is known color: Hippie Pink. HEX triplet: AC, 44 and 5D. RGB value is (172,68,93). Sum of RGB (Red+Green+Blue) = 172+68+93=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC445D is #53BBA2. Grayscale: #656565. Windows color (decimal): -5487523 or 6112428. OLE color: 6112428.

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

Color convert

RGB 172 68 93 -
CMYK 0 0.60 0.46 0.33
HSL 345.58º 0.43% 0.47% -
HSV(B) 345.58º 0.6% 0.67% -
XYZ 21.06 13.7 11.89 -
YUV 101.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 172 68 93 0 0.60 0.46 0.33 345.58 0.43 0.47
Hex AC 44 5D 0 3C 2E 21 15A 2B 2F
Octal 254 104 135 0 74 56 41 532 53 57
Binary 10101100 1000100 1011101 0 111100 101110 100001 101011010 101011 101111

Color Harmonies of #AC445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC445D

Black with #AC445D

Text Example


Text Example

White with #AC445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC445D; }

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

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

background-color css

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

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

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

border-color css

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

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

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