#AC4B4D

Color #AC4B4D Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AC4B4D

Tints of Hippie Pink #AC4B4D

Color information

#AC4B4D (or 0xAC4B4D) is unknown color: approx Hippie Pink. HEX triplet: AC, 4B and 4D. RGB value is (172,75,77). Sum of RGB (Red+Green+Blue) = 172+75+77=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4B4D is #53B4B2. Grayscale: #686868. Windows color (decimal): -5485747 or 5065644. OLE color: 5065644.

HSL color Cylindrical-coordinate representation of color #AC4B4D: hue angle of 358.76º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4B4D is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB1727577-
CMYK00.560.550.33
HSL358.76º39.27%48.43%-
HSV(B)358.76º56.4%67.45%-
XYZ20.8714.348.69-
YUV104.23112.64176.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.09%
GREEN value IS 75 (29.69% from 255) = 23.15%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=53.09%
G=23.15%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172757700.560.550.33358.7639.2748.43
HexAC4B4D03837211672730
Octal25411311507067415474760
Binary10101100100101110011010111000110111100001101100111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B4D; }

 p { color: rgb(172,75,77); }

 H1.HeaderClassName
 {
   color: #AC4B4D;
 }
 .AnyTagClassName
 {
   color: #AC4B4D;
 }
</style>
background-color css

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

 a { background-color: rgb(172,75,77); }

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

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

 span { border-color: rgb(172,75,77); }

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