#AF444B

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

Shades of Hippie Pink #AF444B

Tints of Hippie Pink #AF444B

Color information

#AF444B (or 0xAF444B) is unknown color: approx Hippie Pink. HEX triplet: AF, 44 and 4B. RGB value is (175,68,75). Sum of RGB (Red+Green+Blue) = 175+68+75=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF444B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF444B is #50BBB4. Grayscale: #646464. Windows color (decimal): -5290933 or 4932783. OLE color: 4932783.

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

Color convert

RGB1756875-
CMYK00.610.570.31
HSL356.07º44.03%47.65%-
HSV(B)356.07º61.14%68.63%-
XYZ21.0213.768.2-
YUV100.79113.45180.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.03%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=55.03%
G=21.38%
B=23.58%

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
Decimal175687500.610.570.31356.0744.0347.65
HexAF444B03D391F1642c30
Octal25710411307571375445460
Binary1010111110001001001011011110111100111111101100100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF444B; }

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

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

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

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

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

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

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

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