#af425a

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

Shades of Hippie Pink #AF425A

Tints of Hippie Pink #AF425A

Color information

#AF425A (or 0xAF425A) is unknown color: approx Hippie Pink. HEX triplet: AF, 42 and 5A. RGB value is (175,66,90). Sum of RGB (Red+Green+Blue) = 175+66+90=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF425A is #50BDA5. Grayscale: #656565. Windows color (decimal): -5291430 or 5915311. OLE color: 5915311.

HSL color Cylindrical-coordinate representation of color #AF425A: hue angle of 346.79º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF425A is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1756690-
CMYK00.620.490.31
HSL346.79º45.23%47.25%-
HSV(B)346.79º62.29%68.63%-
XYZ21.4713.7511.19-
YUV101.33121.61180.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=52.87%
G=19.94%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175669000.620.490.31346.7945.2347.25
HexAF425A03E311F15b2d2f
Octal25710213207661375335557
Binary1010111110000101011010011111011000111111101011011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af425a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af425a; }

 p { color: rgb(175,66,90); }

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

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

 a { background-color: rgb(175,66,90); }

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

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

 span { border-color: rgb(175,66,90); }

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