#A94A58

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

Shades of Hippie Pink #A94A58

Tints of Hippie Pink #A94A58

Color information

#A94A58 (or 0xA94A58) is unknown color: approx Hippie Pink. HEX triplet: A9, 4A and 58. RGB value is (169,74,88). Sum of RGB (Red+Green+Blue) = 169+74+88=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94A58 is #56B5A7. Grayscale: #686868. Windows color (decimal): -5682600 or 5786281. OLE color: 5786281.

HSL color Cylindrical-coordinate representation of color #A94A58: hue angle of 351.16º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94A58 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB1697488-
CMYK00.560.480.34
HSL351.16º39.09%47.65%-
HSV(B)351.16º56.21%66.27%-
XYZ20.5714.0410.86-
YUV104118.97174.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.06%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 88 (34.77% from 255) = 26.59%
R=51.06%
G=22.36%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169748800.560.480.34351.1639.0947.65
HexA94A58038302215f2730
Octal25111213007060425374760
Binary10101001100101010110000111000110000100010101011111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A58; }

 p { color: rgb(169,74,88); }

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

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

 a { background-color: rgb(169,74,88); }

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

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

 span { border-color: rgb(169,74,88); }

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