Html Css Color HEX #AC3F5A Hippie Pink

📋 copy color: '#AC3F5A'

red 172 ◦ green 63 ◦ blue 90

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

Shades of Hippie Pink #AC3F5A

Tints of Hippie Pink #AC3F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 19.38%

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

R = 52.92%
G = 19.38%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC3F5A (or 0xAC3F5A) is known color: Hippie Pink. HEX triplet: AC, 3F and 5A. RGB value is (172,63,90). Sum of RGB (Red+Green+Blue) = 172+63+90=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F5A is #53C0A5. Grayscale: #626262. Windows color (decimal): -5488806 or 5914540. OLE color: 5914540.

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

Color convert

RGB 172 63 90 -
CMYK 0 0.63 0.48 0.33
HSL 345.14º 0.46% 0.46% -
HSV(B) 345.14º 0.63% 0.67% -
XYZ 20.64 13.06 11.11 -
YUV 98.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 172 63 90 0 0.63 0.48 0.33 345.14 0.46 0.46
Hex AC 3F 5A 0 3F 30 21 159 2E 2E
Octal 254 77 132 0 77 60 41 531 56 56
Binary 10101100 111111 1011010 0 111111 110000 100001 101011001 101110 101110

Color Harmonies of #AC3F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F5A

Black with #AC3F5A

Text Example


Text Example

White with #AC3F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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