#AF4550

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

Shades of Hippie Pink #AF4550

Tints of Hippie Pink #AF4550

Color information

#AF4550 (or 0xAF4550) is unknown color: approx Hippie Pink. HEX triplet: AF, 45 and 50. RGB value is (175,69,80). Sum of RGB (Red+Green+Blue) = 175+69+80=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4550 is #50BAAF. Grayscale: #666666. Windows color (decimal): -5290672 or 5260719. OLE color: 5260719.

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

Color convert

RGB1756980-
CMYK00.610.540.31
HSL353.77º43.44%47.84%-
HSV(B)353.77º60.57%68.63%-
XYZ21.2613.959.16-
YUV101.95115.62180.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.01%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=54.01%
G=21.30%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175698000.610.540.31353.7743.4447.84
HexAF455003D361F1622b30
Octal25710512007566375425360
Binary1010111110001011010000011110111011011111101100010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4550; }

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

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

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

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

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

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

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

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