#AF495A

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

Shades of Hippie Pink #AF495A

Tints of Hippie Pink #AF495A

Color information

#AF495A (or 0xAF495A) is unknown color: approx Hippie Pink. HEX triplet: AF, 49 and 5A. RGB value is (175,73,90). Sum of RGB (Red+Green+Blue) = 175+73+90=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF495A is #50B6A5. Grayscale: #696969. Windows color (decimal): -5289638 or 5917103. OLE color: 5917103.

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

Color convert

RGB1757390-
CMYK00.580.490.31
HSL350º41.13%48.63%-
HSV(B)350º58.29%68.63%-
XYZ21.9114.6211.34-
YUV105.44119.29177.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.78%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=51.78%
G=21.60%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175739000.580.490.3135041.1348.63
HexAF495A03A311F15e2931
Octal25711113207261375365161
Binary1010111110010011011010011101011000111111101011110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF495A; }

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

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

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

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

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

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

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

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