Html Css Color HEX #AC4450 Hippie Pink

📋 copy color: '#AC4450'

red 172 ◦ green 68 ◦ blue 80

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

Shades of Hippie Pink #AC4450

Tints of Hippie Pink #AC4450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25%

R = 53.75%
G = 21.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC4450 (or 0xAC4450) is known color: Hippie Pink. HEX triplet: AC, 44 and 50. RGB value is (172,68,80). Sum of RGB (Red+Green+Blue) = 172+68+80=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4450 is #53BBAF. Grayscale: #646464. Windows color (decimal): -5487536 or 5260460. OLE color: 5260460.

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

Color convert

RGB 172 68 80 -
CMYK 0 0.60 0.53 0.33
HSL 353.08º 0.43% 0.47% -
HSV(B) 353.08º 0.6% 0.67% -
XYZ 20.53 13.48 9.11 -
YUV 100.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 172 68 80 0 0.60 0.53 0.33 353.08 0.43 0.47
Hex AC 44 50 0 3C 35 21 161 2B 2F
Octal 254 104 120 0 74 65 41 541 53 57
Binary 10101100 1000100 1010000 0 111100 110101 100001 101100001 101011 101111

Color Harmonies of #AC4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4450

Black with #AC4450

Text Example


Text Example

White with #AC4450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4450; }

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

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

background-color css

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

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

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

border-color css

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

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

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