Html Css Color HEX #AC464C Hippie Pink

📋 copy color: '#AC464C'

red 172 ◦ green 70 ◦ blue 76

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

Shades of Hippie Pink #AC464C

Tints of Hippie Pink #AC464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 54.09%
G = 22.01%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC464C (or 0xAC464C) is known color: Hippie Pink. HEX triplet: AC, 46 and 4C. RGB value is (172,70,76). Sum of RGB (Red+Green+Blue) = 172+70+76=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC464C is #53B9B3. Grayscale: #656565. Windows color (decimal): -5487028 or 4998828. OLE color: 4998828.

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

Color convert

RGB 172 70 76 -
CMYK 0 0.59 0.56 0.33
HSL 356.47º 0.42% 0.47% -
HSV(B) 356.47º 0.59% 0.67% -
XYZ 20.51 13.67 8.4 -
YUV 101.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 172 70 76 0 0.59 0.56 0.33 356.47 0.42 0.47
Hex AC 46 4C 0 3B 38 21 164 2A 2F
Octal 254 106 114 0 73 70 41 544 52 57
Binary 10101100 1000110 1001100 0 111011 111000 100001 101100100 101010 101111

Color Harmonies of #AC464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC464C

Black with #AC464C

Text Example


Text Example

White with #AC464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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