#AF5B5D

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

Shades of Hippie Pink #AF5B5D

Tints of Hippie Pink #AF5B5D

Color information

#AF5B5D (or 0xAF5B5D) is unknown color: approx Hippie Pink. HEX triplet: AF, 5B and 5D. RGB value is (175,91,93). Sum of RGB (Red+Green+Blue) = 175+91+93=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B5D is #50A4A2. Grayscale: #747474. Windows color (decimal): -5285027 or 6118319. OLE color: 6118319.

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

Color convert

RGB1759193-
CMYK00.480.470.31
HSL358.57º34.43%52.16%-
HSV(B)358.57º48%68.63%-
XYZ23.417.3912.48-
YUV116.34114.83169.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=48.75%
G=25.35%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175919300.480.470.31358.5734.4352.16
HexAF5B5D0302F1F1672234
Octal25713313506057375474264
Binary1010111110110111011101011000010111111111101100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5B5D; }

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

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

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

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

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

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

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

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