#AF474A

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

Shades of Hippie Pink #AF474A

Tints of Hippie Pink #AF474A

Color information

#AF474A (or 0xAF474A) is unknown color: approx Hippie Pink. HEX triplet: AF, 47 and 4A. RGB value is (175,71,74). Sum of RGB (Red+Green+Blue) = 175+71+74=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF474A is #50B8B5. Grayscale: #666666. Windows color (decimal): -5290166 or 4868015. OLE color: 4868015.

HSL color Cylindrical-coordinate representation of color #AF474A: hue angle of 358.27º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF474A is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1757174-
CMYK00.590.580.31
HSL358.27º42.28%48.24%-
HSV(B)358.27º59.43%68.63%-
XYZ21.1714.118.09-
YUV102.44111.96179.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.69%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 74 (29.30% from 255) = 23.12%
R=54.69%
G=22.19%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175717400.590.580.31358.2742.2848.24
HexAF474A03B3A1F1662a30
Octal25710711207372375465260
Binary1010111110001111001010011101111101011111101100110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF474A; }

 p { color: rgb(175,71,74); }

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

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

 a { background-color: rgb(175,71,74); }

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

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

 span { border-color: rgb(175,71,74); }

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