Html Css Color HEX #AC464E Hippie Pink

📋 copy color: '#AC464E'

red 172 ◦ green 70 ◦ blue 78

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

Shades of Hippie Pink #AC464E

Tints of Hippie Pink #AC464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 53.75%
G = 21.88%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC464E (or 0xAC464E) is known color: Hippie Pink. HEX triplet: AC, 46 and 4E. RGB value is (172,70,78). Sum of RGB (Red+Green+Blue) = 172+70+78=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC464E is #53B9B1. Grayscale: #656565. Windows color (decimal): -5487026 or 5129900. OLE color: 5129900.

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

Color convert

RGB 172 70 78 -
CMYK 0 0.59 0.55 0.33
HSL 355.29º 0.42% 0.47% -
HSV(B) 355.29º 0.59% 0.67% -
XYZ 20.58 13.7 8.77 -
YUV 101.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 172 70 78 0 0.59 0.55 0.33 355.29 0.42 0.47
Hex AC 46 4E 0 3B 37 21 163 2A 2F
Octal 254 106 116 0 73 67 41 543 52 57
Binary 10101100 1000110 1001110 0 111011 110111 100001 101100011 101010 101111

Color Harmonies of #AC464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC464E

Black with #AC464E

Text Example


Text Example

White with #AC464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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