#A94B57

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

Shades of Hippie Pink #A94B57

Tints of Hippie Pink #A94B57

Color information

#A94B57 (or 0xA94B57) is unknown color: approx Hippie Pink. HEX triplet: A9, 4B and 57. RGB value is (169,75,87). Sum of RGB (Red+Green+Blue) = 169+75+87=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A94B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94B57 is #56B4A8. Grayscale: #686868. Windows color (decimal): -5682345 or 5721001. OLE color: 5721001.

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

Color convert

RGB1697587-
CMYK00.560.490.34
HSL352.34º38.52%47.84%-
HSV(B)352.34º55.62%66.27%-
XYZ20.614.1610.66-
YUV104.47118.14174.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.06%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 87 (34.38% from 255) = 26.28%
R=51.06%
G=22.66%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169758700.560.490.34352.3438.5247.84
HexA94B5703831221602730
Octal25111312707061425404760
Binary10101001100101110101110111000110001100010101100000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94B57; }

 p { color: rgb(169,75,87); }

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

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

 a { background-color: rgb(169,75,87); }

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

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

 span { border-color: rgb(169,75,87); }

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