Html Css Color HEX #AC4453 Hippie Pink

📋 copy color: '#AC4453'

red 172 ◦ green 68 ◦ blue 83

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

Shades of Hippie Pink #AC4453

Tints of Hippie Pink #AC4453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.7%

R = 53.25%
G = 21.05%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC4453 (or 0xAC4453) is known color: Hippie Pink. HEX triplet: AC, 44 and 53. RGB value is (172,68,83). Sum of RGB (Red+Green+Blue) = 172+68+83=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4453 is #53BBAC. Grayscale: #646464. Windows color (decimal): -5487533 or 5457068. OLE color: 5457068.

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

Color convert

RGB 172 68 83 -
CMYK 0 0.60 0.52 0.33
HSL 351.35º 0.43% 0.47% -
HSV(B) 351.35º 0.6% 0.67% -
XYZ 20.64 13.53 9.71 -
YUV 100.81 117.96 178.78 -
System Red Green Blue C M Y K H S L
Decimal 172 68 83 0 0.60 0.52 0.33 351.35 0.43 0.47
Hex AC 44 53 0 3C 34 21 15F 2B 2F
Octal 254 104 123 0 74 64 41 537 53 57
Binary 10101100 1000100 1010011 0 111100 110100 100001 101011111 101011 101111

Color Harmonies of #AC4453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4453

Black with #AC4453

Text Example


Text Example

White with #AC4453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4453; }

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

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

background-color css

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

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

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

border-color css

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

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

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