#A9475F

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

Shades of Hippie Pink #A9475F

Tints of Hippie Pink #A9475F

Color information

#A9475F (or 0xA9475F) is unknown color: approx Hippie Pink. HEX triplet: A9, 47 and 5F. RGB value is (169,71,95). Sum of RGB (Red+Green+Blue) = 169+71+95=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A9475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9475F is #56B8A0. Grayscale: #676767. Windows color (decimal): -5683361 or 6244265. OLE color: 6244265.

HSL color Cylindrical-coordinate representation of color #A9475F: hue angle of 345.31º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A9475F is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB1697195-
CMYK00.580.440.34
HSL345.31º40.83%47.06%-
HSV(B)345.31º57.99%66.27%-
XYZ20.6813.7712.39-
YUV103.04123.47175.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=50.45%
G=21.19%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169719500.580.440.34345.3140.8347.06
HexA9475F03A2C22159292f
Octal25110713707254425315157
Binary10101001100011110111110111010101100100010101011001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9475F; }

 p { color: rgb(169,71,95); }

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

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

 a { background-color: rgb(169,71,95); }

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

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

 span { border-color: rgb(169,71,95); }

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