#AF454C

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

Shades of Hippie Pink #AF454C

Tints of Hippie Pink #AF454C

Color information

#AF454C (or 0xAF454C) is unknown color: approx Hippie Pink. HEX triplet: AF, 45 and 4C. RGB value is (175,69,76). Sum of RGB (Red+Green+Blue) = 175+69+76=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF454C is #50BAB3. Grayscale: #656565. Windows color (decimal): -5290676 or 4998575. OLE color: 4998575.

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

Color convert

RGB1756976-
CMYK00.610.570.31
HSL356.04º43.44%47.84%-
HSV(B)356.04º60.57%68.63%-
XYZ21.1113.898.41-
YUV101.49113.62180.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.69%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=54.69%
G=21.56%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175697600.610.570.31356.0443.4447.84
HexAF454C03D391F1642b30
Octal25710511407571375445360
Binary1010111110001011001100011110111100111111101100100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF454C; }

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

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

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

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

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

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

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

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