Html Css Color HEX #AC415A Hippie Pink

📋 copy color: '#AC415A'

red 172 ◦ green 65 ◦ blue 90

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

Shades of Hippie Pink #AC415A

Tints of Hippie Pink #AC415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 52.6%
G = 19.88%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC415A (or 0xAC415A) is known color: Hippie Pink. HEX triplet: AC, 41 and 5A. RGB value is (172,65,90). Sum of RGB (Red+Green+Blue) = 172+65+90=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC415A is #53BEA5. Grayscale: #636363. Windows color (decimal): -5488294 or 5915052. OLE color: 5915052.

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

Color convert

RGB 172 65 90 -
CMYK 0 0.62 0.48 0.33
HSL 345.98º 0.45% 0.46% -
HSV(B) 345.98º 0.62% 0.67% -
XYZ 20.75 13.29 11.14 -
YUV 99.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 172 65 90 0 0.62 0.48 0.33 345.98 0.45 0.46
Hex AC 41 5A 0 3E 30 21 15A 2D 2E
Octal 254 101 132 0 76 60 41 532 55 56
Binary 10101100 1000001 1011010 0 111110 110000 100001 101011010 101101 101110

Color Harmonies of #AC415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC415A

Black with #AC415A

Text Example


Text Example

White with #AC415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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