#AF4548

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

Shades of Hippie Pink #AF4548

Tints of Hippie Pink #AF4548

Color information

#AF4548 (or 0xAF4548) is unknown color: approx Hippie Pink. HEX triplet: AF, 45 and 48. RGB value is (175,69,72). Sum of RGB (Red+Green+Blue) = 175+69+72=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4548 is #50BAB7. Grayscale: #656565. Windows color (decimal): -5290680 or 4736431. OLE color: 4736431.

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

Color convert

RGB1756972-
CMYK00.610.590.31
HSL358.3º43.44%47.84%-
HSV(B)358.3º60.57%68.63%-
XYZ20.9813.847.7-
YUV101.04111.62180.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.38%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=55.38%
G=21.84%
B=22.78%

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
Decimal175697200.610.590.31358.343.4447.84
HexAF454803D3B1F1662b30
Octal25710511007573375465360
Binary1010111110001011001000011110111101111111101100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4548; }

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

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

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

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

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

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

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

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