#AF5354

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

Shades of Hippie Pink #AF5354

Tints of Hippie Pink #AF5354

Color information

#AF5354 (or 0xAF5354) is unknown color: approx Hippie Pink. HEX triplet: AF, 53 and 54. RGB value is (175,83,84). Sum of RGB (Red+Green+Blue) = 175+83+84=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5354 is #50ACAB. Grayscale: #6E6E6E. Windows color (decimal): -5287084 or 5526447. OLE color: 5526447.

HSL color Cylindrical-coordinate representation of color #AF5354: hue angle of 359.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5354 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1758384-
CMYK00.530.520.31
HSL359.35º36.51%50.59%-
HSV(B)359.35º52.57%68.63%-
XYZ22.3715.9410.29-
YUV110.62112.98173.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=51.17%
G=24.27%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175838400.530.520.31359.3536.5150.59
HexAF5354035341F1672533
Octal25712312406564375474563
Binary1010111110100111010100011010111010011111101100111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5354; }

 p { color: rgb(175,83,84); }

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

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

 a { background-color: rgb(175,83,84); }

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

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

 span { border-color: rgb(175,83,84); }

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