#AF4454

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

Shades of Hippie Pink #AF4454

Tints of Hippie Pink #AF4454

Color information

#AF4454 (or 0xAF4454) is unknown color: approx Hippie Pink. HEX triplet: AF, 44 and 54. RGB value is (175,68,84). Sum of RGB (Red+Green+Blue) = 175+68+84=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4454 is #50BBAB. Grayscale: #656565. Windows color (decimal): -5290924 or 5522607. OLE color: 5522607.

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

Color convert

RGB1756884-
CMYK00.610.520.31
HSL351.03º44.03%47.65%-
HSV(B)351.03º61.14%68.63%-
XYZ21.3513.899.94-
YUV101.82117.95180.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=53.52%
G=20.80%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175688400.610.520.31351.0344.0347.65
HexAF445403D341F15f2c30
Octal25710412407564375375460
Binary1010111110001001010100011110111010011111101011111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4454; }

 p { color: rgb(175,68,84); }

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

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

 a { background-color: rgb(175,68,84); }

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

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

 span { border-color: rgb(175,68,84); }

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