#AF575E

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

Shades of Hippie Pink #AF575E

Tints of Hippie Pink #AF575E

Color information

#AF575E (or 0xAF575E) is unknown color: approx Hippie Pink. HEX triplet: AF, 57 and 5E. RGB value is (175,87,94). Sum of RGB (Red+Green+Blue) = 175+87+94=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF575E is #50A8A1. Grayscale: #727272. Windows color (decimal): -5286050 or 6182831. OLE color: 6182831.

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

Color convert

RGB1758794-
CMYK00.500.460.31
HSL355.23º35.48%51.37%-
HSV(B)355.23º50.29%68.63%-
XYZ23.1116.7412.6-
YUV114.11116.65171.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=49.16%
G=24.44%
B=26.40%

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
Decimal175879400.500.460.31355.2335.4851.37
HexAF575E0322E1F1632333
Octal25712713606256375434363
Binary1010111110101111011110011001010111011111101100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF575E; }

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

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

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

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

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

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

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

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