#AF575A

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

Shades of Hippie Pink #AF575A

Tints of Hippie Pink #AF575A

Color information

#AF575A (or 0xAF575A) is unknown color: approx Hippie Pink. HEX triplet: AF, 57 and 5A. RGB value is (175,87,90). Sum of RGB (Red+Green+Blue) = 175+87+90=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF575A is #50A8A5. Grayscale: #717171. Windows color (decimal): -5286054 or 5920687. OLE color: 5920687.

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

Color convert

RGB1758790-
CMYK00.500.490.31
HSL357.95º35.48%51.37%-
HSV(B)357.95º50.29%68.63%-
XYZ22.9316.6711.68-
YUV113.65114.65171.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=49.72%
G=24.72%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175879000.500.490.31357.9535.4851.37
HexAF575A032311F1662333
Octal25712713206261375464363
Binary1010111110101111011010011001011000111111101100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF575A; }

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

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

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

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

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

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

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

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