#AF454B

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

Shades of Hippie Pink #AF454B

Tints of Hippie Pink #AF454B

Color information

#AF454B (or 0xAF454B) is unknown color: approx Hippie Pink. HEX triplet: AF, 45 and 4B. RGB value is (175,69,75). Sum of RGB (Red+Green+Blue) = 175+69+75=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF454B is #50BAB4. Grayscale: #656565. Windows color (decimal): -5290677 or 4933039. OLE color: 4933039.

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

Color convert

RGB1756975-
CMYK00.610.570.31
HSL356.6º43.44%47.84%-
HSV(B)356.6º60.57%68.63%-
XYZ21.0813.888.22-
YUV101.38113.12180.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.86%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=54.86%
G=21.63%
B=23.51%

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
Decimal175697500.610.570.31356.643.4447.84
HexAF454B03D391F1652b30
Octal25710511307571375455360
Binary1010111110001011001011011110111100111111101100101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF454B; }

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

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

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

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

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

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

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

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