#AF4547

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

Shades of Hippie Pink #AF4547

Tints of Hippie Pink #AF4547

Color information

#AF4547 (or 0xAF4547) is unknown color: approx Hippie Pink. HEX triplet: AF, 45 and 47. RGB value is (175,69,71). Sum of RGB (Red+Green+Blue) = 175+69+71=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4547 is #50BAB8. Grayscale: #656565. Windows color (decimal): -5290681 or 4670895. OLE color: 4670895.

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

Color convert

RGB1756971-
CMYK00.610.590.31
HSL358.87º43.44%47.84%-
HSV(B)358.87º60.57%68.63%-
XYZ20.9413.837.53-
YUV100.92111.12180.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=55.56%
G=21.90%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175697100.610.590.31358.8743.4447.84
HexAF454703D3B1F1672b30
Octal25710510707573375475360
Binary1010111110001011000111011110111101111111101100111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4547; }

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

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

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

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

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

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

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

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