Html Css Color HEX #AC4648 Hippie Pink

📋 copy color: '#AC4648'

red 172 ◦ green 70 ◦ blue 72

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

Shades of Hippie Pink #AC4648

Tints of Hippie Pink #AC4648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.29%

 BLUE value IS 72 (28.52% from 255) = 22.93%

R = 54.78%
G = 22.29%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC4648 (or 0xAC4648) is known color: Hippie Pink. HEX triplet: AC, 46 and 48. RGB value is (172,70,72). Sum of RGB (Red+Green+Blue) = 172+70+72=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4648 is #53B9B7. Grayscale: #646464. Windows color (decimal): -5487032 or 4736684. OLE color: 4736684.

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

Color convert

RGB 172 70 72 -
CMYK 0 0.59 0.58 0.33
HSL 358.82º 0.42% 0.47% -
HSV(B) 358.82º 0.59% 0.67% -
XYZ 20.37 13.62 7.69 -
YUV 100.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 172 70 72 0 0.59 0.58 0.33 358.82 0.42 0.47
Hex AC 46 48 0 3B 3A 21 167 2A 2F
Octal 254 106 110 0 73 72 41 547 52 57
Binary 10101100 1000110 1001000 0 111011 111010 100001 101100111 101010 101111

Color Harmonies of #AC4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4648

Black with #AC4648

Text Example


Text Example

White with #AC4648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4648; }

 p { color: rgb(172,70,72); }

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

background-color css

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

 a { background-color: rgb(172,70,72); }

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

border-color css

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

 span { border-color: rgb(172,70,72); }

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