Html Css Color HEX #AC464F Hippie Pink

📋 copy color: '#AC464F'

red 172 ◦ green 70 ◦ blue 79

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

Shades of Hippie Pink #AC464F

Tints of Hippie Pink #AC464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 53.58%
G = 21.81%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC464F (or 0xAC464F) is known color: Hippie Pink. HEX triplet: AC, 46 and 4F. RGB value is (172,70,79). Sum of RGB (Red+Green+Blue) = 172+70+79=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC464F is #53B9B0. Grayscale: #656565. Windows color (decimal): -5487025 or 5195436. OLE color: 5195436.

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

Color convert

RGB 172 70 79 -
CMYK 0 0.59 0.54 0.33
HSL 354.71º 0.42% 0.47% -
HSV(B) 354.71º 0.59% 0.67% -
XYZ 20.61 13.72 8.96 -
YUV 101.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 172 70 79 0 0.59 0.54 0.33 354.71 0.42 0.47
Hex AC 46 4F 0 3B 36 21 163 2A 2F
Octal 254 106 117 0 73 66 41 543 52 57
Binary 10101100 1000110 1001111 0 111011 110110 100001 101100011 101010 101111

Color Harmonies of #AC464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC464F

Black with #AC464F

Text Example


Text Example

White with #AC464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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