#AF4549

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

Shades of Hippie Pink #AF4549

Tints of Hippie Pink #AF4549

Color information

#AF4549 (or 0xAF4549) is unknown color: approx Hippie Pink. HEX triplet: AF, 45 and 49. RGB value is (175,69,73). Sum of RGB (Red+Green+Blue) = 175+69+73=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4549 is #50BAB6. Grayscale: #656565. Windows color (decimal): -5290679 or 4801967. OLE color: 4801967.

HSL color Cylindrical-coordinate representation of color #AF4549: hue angle of 357.74º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4549 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1756973-
CMYK00.610.580.31
HSL357.74º43.44%47.84%-
HSV(B)357.74º60.57%68.63%-
XYZ21.0113.857.87-
YUV101.15112.12180.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=55.21%
G=21.77%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175697300.610.580.31357.7443.4447.84
HexAF454903D3A1F1662b30
Octal25710511107572375465360
Binary1010111110001011001001011110111101011111101100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4549; }

 p { color: rgb(175,69,73); }

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

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

 a { background-color: rgb(175,69,73); }

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

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

 span { border-color: rgb(175,69,73); }

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