#AF4F52

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

Shades of Hippie Pink #AF4F52

Tints of Hippie Pink #AF4F52

Color information

#AF4F52 (or 0xAF4F52) is unknown color: approx Hippie Pink. HEX triplet: AF, 4F and 52. RGB value is (175,79,82). Sum of RGB (Red+Green+Blue) = 175+79+82=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F52 is #50B0AD. Grayscale: #6C6C6C. Windows color (decimal): -5288110 or 5394351. OLE color: 5394351.

HSL color Cylindrical-coordinate representation of color #AF4F52: hue angle of 358.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4F52 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1757982-
CMYK00.550.530.31
HSL358.12º37.8%49.8%-
HSV(B)358.12º54.86%68.63%-
XYZ2215.329.78-
YUV108.05113.3175.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=52.08%
G=23.51%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175798200.550.530.31358.1237.849.8
HexAF4F52037351F1662632
Octal25711712206765375464662
Binary1010111110011111010010011011111010111111101100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F52; }

 p { color: rgb(175,79,82); }

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

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

 a { background-color: rgb(175,79,82); }

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

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

 span { border-color: rgb(175,79,82); }

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