#AF464A

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

Shades of Hippie Pink #AF464A

Tints of Hippie Pink #AF464A

Color information

#AF464A (or 0xAF464A) is unknown color: approx Hippie Pink. HEX triplet: AF, 46 and 4A. RGB value is (175,70,74). Sum of RGB (Red+Green+Blue) = 175+70+74=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF464A is #50B9B5. Grayscale: #656565. Windows color (decimal): -5290422 or 4867759. OLE color: 4867759.

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

Color convert

RGB1757074-
CMYK00.600.580.31
HSL357.71º42.86%48.04%-
HSV(B)357.71º60%68.63%-
XYZ21.1113.998.07-
YUV101.85112.29180.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.86%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=54.86%
G=21.94%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175707400.600.580.31357.7142.8648.04
HexAF464A03C3A1F1662b30
Octal25710611207472375465360
Binary1010111110001101001010011110011101011111101100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF464A; }

 p { color: rgb(175,70,74); }

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

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

 a { background-color: rgb(175,70,74); }

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

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

 span { border-color: rgb(175,70,74); }

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