Html Css Color HEX #AC465D Hippie Pink

📋 copy color: '#AC465D'

red 172 ◦ green 70 ◦ blue 93

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

Shades of Hippie Pink #AC465D

Tints of Hippie Pink #AC465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 51.34%
G = 20.9%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC465D (or 0xAC465D) is known color: Hippie Pink. HEX triplet: AC, 46 and 5D. RGB value is (172,70,93). Sum of RGB (Red+Green+Blue) = 172+70+93=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC465D is #53B9A2. Grayscale: #676767. Windows color (decimal): -5487011 or 6112940. OLE color: 6112940.

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

Color convert

RGB 172 70 93 -
CMYK 0 0.59 0.46 0.33
HSL 346.47º 0.42% 0.47% -
HSV(B) 346.47º 0.59% 0.67% -
XYZ 21.18 13.94 11.93 -
YUV 103.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 172 70 93 0 0.59 0.46 0.33 346.47 0.42 0.47
Hex AC 46 5D 0 3B 2E 21 15A 2A 2F
Octal 254 106 135 0 73 56 41 532 52 57
Binary 10101100 1000110 1011101 0 111011 101110 100001 101011010 101010 101111

Color Harmonies of #AC465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC465D

Black with #AC465D

Text Example


Text Example

White with #AC465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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