Html Css Color HEX #AC4C50 Hippie Pink

📋 copy color: '#AC4C50'

red 172 ◦ green 76 ◦ blue 80

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

Shades of Hippie Pink #AC4C50

Tints of Hippie Pink #AC4C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.17%

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

R = 52.44%
G = 23.17%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC4C50 (or 0xAC4C50) is known color: Hippie Pink. HEX triplet: AC, 4C and 50. RGB value is (172,76,80). Sum of RGB (Red+Green+Blue) = 172+76+80=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C50 is #53B3AF. Grayscale: #696969. Windows color (decimal): -5485488 or 5262508. OLE color: 5262508.

HSL color Cylindrical-coordinate representation of color #AC4C50: hue angle of 357.5º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C50 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 76 80 -
CMYK 0 0.56 0.53 0.33
HSL 357.5º 0.39% 0.49% -
HSV(B) 357.5º 0.56% 0.67% -
XYZ 21.05 14.52 9.28 -
YUV 105.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 172 76 80 0 0.56 0.53 0.33 357.5 0.39 0.49
Hex AC 4C 50 0 38 35 21 166 27 31
Octal 254 114 120 0 70 65 41 546 47 61
Binary 10101100 1001100 1010000 0 111000 110101 100001 101100110 100111 110001

Color Harmonies of #AC4C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C50

Black with #AC4C50

Text Example


Text Example

White with #AC4C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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