#AF475A

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

Shades of Hippie Pink #AF475A

Tints of Hippie Pink #AF475A

Color information

#AF475A (or 0xAF475A) is unknown color: approx Hippie Pink. HEX triplet: AF, 47 and 5A. RGB value is (175,71,90). Sum of RGB (Red+Green+Blue) = 175+71+90=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF475A is #50B8A5. Grayscale: #686868. Windows color (decimal): -5290150 or 5916591. OLE color: 5916591.

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

Color convert

RGB1757190-
CMYK00.590.490.31
HSL349.04º42.28%48.24%-
HSV(B)349.04º59.43%68.63%-
XYZ21.7814.3611.3-
YUV104.26119.96178.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=52.08%
G=21.13%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175719000.590.490.31349.0442.2848.24
HexAF475A03B311F15d2a30
Octal25710713207361375355260
Binary1010111110001111011010011101111000111111101011101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF475A; }

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

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

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

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

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

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

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

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