Html Css Color HEX #AC4861 Hippie Pink

📋 copy color: '#AC4861'

red 172 ◦ green 72 ◦ blue 97

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

Shades of Hippie Pink #AC4861

Tints of Hippie Pink #AC4861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

 BLUE value IS 97 (38.28% from 255) = 28.45%

R = 50.44%
G = 21.11%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC4861 (or 0xAC4861) is known color: Hippie Pink. HEX triplet: AC, 48 and 61. RGB value is (172,72,97). Sum of RGB (Red+Green+Blue) = 172+72+97=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4861 is #53B79E. Grayscale: #686868. Windows color (decimal): -5486495 or 6375596. OLE color: 6375596.

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

Color convert

RGB 172 72 97 -
CMYK 0 0.58 0.44 0.33
HSL 345º 0.41% 0.48% -
HSV(B) 345º 0.58% 0.67% -
XYZ 21.49 14.27 12.93 -
YUV 104.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 172 72 97 0 0.58 0.44 0.33 345 0.41 0.48
Hex AC 48 61 0 3A 2C 21 159 29 30
Octal 254 110 141 0 72 54 41 531 51 60
Binary 10101100 1001000 1100001 0 111010 101100 100001 101011001 101001 110000

Color Harmonies of #AC4861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4861

Black with #AC4861

Text Example


Text Example

White with #AC4861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4861; }

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

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

background-color css

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

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

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

border-color css

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

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

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