#AF585E

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

Shades of Hippie Pink #AF585E

Tints of Hippie Pink #AF585E

Color information

#AF585E (or 0xAF585E) is unknown color: approx Hippie Pink. HEX triplet: AF, 58 and 5E. RGB value is (175,88,94). Sum of RGB (Red+Green+Blue) = 175+88+94=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF585E is #50A7A1. Grayscale: #727272. Windows color (decimal): -5285794 or 6183087. OLE color: 6183087.

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

Color convert

RGB1758894-
CMYK00.500.460.31
HSL355.86º35.22%51.57%-
HSV(B)355.86º49.71%68.63%-
XYZ23.1916.912.63-
YUV114.7116.32171.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=49.02%
G=24.65%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175889400.500.460.31355.8635.2251.57
HexAF585E0322E1F1642334
Octal25713013606256375444364
Binary1010111110110001011110011001010111011111101100100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF585E; }

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

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

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

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

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

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

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

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