#AF5A5D

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

Shades of Hippie Pink #AF5A5D

Tints of Hippie Pink #AF5A5D

Color information

#AF5A5D (or 0xAF5A5D) is unknown color: approx Hippie Pink. HEX triplet: AF, 5A and 5D. RGB value is (175,90,93). Sum of RGB (Red+Green+Blue) = 175+90+93=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A5D is #50A5A2. Grayscale: #737373. Windows color (decimal): -5285283 or 6118063. OLE color: 6118063.

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

Color convert

RGB1759093-
CMYK00.490.470.31
HSL357.88º34.69%51.96%-
HSV(B)357.88º48.57%68.63%-
XYZ23.3117.2212.45-
YUV115.76115.16170.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=48.88%
G=25.14%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175909300.490.470.31357.8834.6951.96
HexAF5A5D0312F1F1662334
Octal25713213506157375464364
Binary1010111110110101011101011000110111111111101100110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A5D; }

 p { color: rgb(175,90,93); }

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

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

 a { background-color: rgb(175,90,93); }

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

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

 span { border-color: rgb(175,90,93); }

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