#AF585D

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

Shades of Hippie Pink #AF585D

Tints of Hippie Pink #AF585D

Color information

#AF585D (or 0xAF585D) is unknown color: approx Hippie Pink. HEX triplet: AF, 58 and 5D. RGB value is (175,88,93). Sum of RGB (Red+Green+Blue) = 175+88+93=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF585D is #50A7A2. Grayscale: #727272. Windows color (decimal): -5285795 or 6117551. OLE color: 6117551.

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

Color convert

RGB1758893-
CMYK00.500.470.31
HSL356.55º35.22%51.57%-
HSV(B)356.55º49.71%68.63%-
XYZ23.1416.8812.39-
YUV114.58115.82171.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=49.16%
G=24.72%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175889300.500.470.31356.5535.2251.57
HexAF585D0322F1F1652334
Octal25713013506257375454364
Binary1010111110110001011101011001010111111111101100101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF585D; }

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

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

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

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

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

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

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

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