Html Css Color HEX #AC465C Hippie Pink

📋 copy color: '#AC465C'

red 172 ◦ green 70 ◦ blue 92

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

Shades of Hippie Pink #AC465C

Tints of Hippie Pink #AC465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 51.5%
G = 20.96%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC465C (or 0xAC465C) is known color: Hippie Pink. HEX triplet: AC, 46 and 5C. RGB value is (172,70,92). Sum of RGB (Red+Green+Blue) = 172+70+92=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC465C is #53B9A3. Grayscale: #676767. Windows color (decimal): -5487012 or 6047404. OLE color: 6047404.

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

Color convert

RGB 172 70 92 -
CMYK 0 0.59 0.47 0.33
HSL 347.06º 0.42% 0.47% -
HSV(B) 347.06º 0.59% 0.67% -
XYZ 21.14 13.92 11.7 -
YUV 103.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 172 70 92 0 0.59 0.47 0.33 347.06 0.42 0.47
Hex AC 46 5C 0 3B 2F 21 15B 2A 2F
Octal 254 106 134 0 73 57 41 533 52 57
Binary 10101100 1000110 1011100 0 111011 101111 100001 101011011 101010 101111

Color Harmonies of #AC465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC465C

Black with #AC465C

Text Example


Text Example

White with #AC465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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