Html Css Color HEX #AC415B Hippie Pink

📋 copy color: '#AC415B'

red 172 ◦ green 65 ◦ blue 91

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

Shades of Hippie Pink #AC415B

Tints of Hippie Pink #AC415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 52.44%
G = 19.82%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC415B (or 0xAC415B) is known color: Hippie Pink. HEX triplet: AC, 41 and 5B. RGB value is (172,65,91). Sum of RGB (Red+Green+Blue) = 172+65+91=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC415B is #53BEA4. Grayscale: #636363. Windows color (decimal): -5488293 or 5980588. OLE color: 5980588.

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

Color convert

RGB 172 65 91 -
CMYK 0 0.62 0.47 0.33
HSL 345.42º 0.45% 0.46% -
HSV(B) 345.42º 0.62% 0.67% -
XYZ 20.79 13.31 11.37 -
YUV 99.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 172 65 91 0 0.62 0.47 0.33 345.42 0.45 0.46
Hex AC 41 5B 0 3E 2F 21 159 2D 2E
Octal 254 101 133 0 76 57 41 531 55 56
Binary 10101100 1000001 1011011 0 111110 101111 100001 101011001 101101 101110

Color Harmonies of #AC415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC415B

Black with #AC415B

Text Example


Text Example

White with #AC415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC415B; }

 p { color: rgb(172,65,91); }

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

background-color css

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

 a { background-color: rgb(172,65,91); }

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

border-color css

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

 span { border-color: rgb(172,65,91); }

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