#af505a

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

Shades of Hippie Pink #AF505A

Tints of Hippie Pink #AF505A

Color information

#AF505A (or 0xAF505A) is unknown color: approx Hippie Pink. HEX triplet: AF, 50 and 5A. RGB value is (175,80,90). Sum of RGB (Red+Green+Blue) = 175+80+90=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF505A is #50AFA5. Grayscale: #6D6D6D. Windows color (decimal): -5287846 or 5918895. OLE color: 5918895.

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

Color convert

RGB1758090-
CMYK00.540.490.31
HSL353.68º37.25%50%-
HSV(B)353.68º54.29%68.63%-
XYZ22.3915.5911.5-
YUV109.54116.97174.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=50.72%
G=23.19%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175809000.540.490.31353.6837.2550
HexAF505A036311F1622532
Octal25712013206661375424562
Binary1010111110100001011010011011011000111111101100010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af505a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af505a; }

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

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

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

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

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

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

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

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