#AF484D

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

Shades of Hippie Pink #AF484D

Tints of Hippie Pink #AF484D

Color information

#AF484D (or 0xAF484D) is unknown color: approx Hippie Pink. HEX triplet: AF, 48 and 4D. RGB value is (175,72,77). Sum of RGB (Red+Green+Blue) = 175+72+77=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF484D is #50B7B2. Grayscale: #676767. Windows color (decimal): -5289907 or 5064879. OLE color: 5064879.

HSL color Cylindrical-coordinate representation of color #AF484D: hue angle of 357.09º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF484D is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1757277-
CMYK00.590.560.31
HSL357.09º41.7%48.43%-
HSV(B)357.09º58.86%68.63%-
XYZ21.3414.288.65-
YUV103.37113.12179.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.01%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=54.01%
G=22.22%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175727700.590.560.31357.0941.748.43
HexAF484D03B381F1652a30
Octal25711011507370375455260
Binary1010111110010001001101011101111100011111101100101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF484D; }

 p { color: rgb(175,72,77); }

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

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

 a { background-color: rgb(175,72,77); }

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

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

 span { border-color: rgb(175,72,77); }

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