#A94651

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

Shades of Hippie Pink #A94651

Tints of Hippie Pink #A94651

Color information

#A94651 (or 0xA94651) is unknown color: approx Hippie Pink. HEX triplet: A9, 46 and 51. RGB value is (169,70,81). Sum of RGB (Red+Green+Blue) = 169+70+81=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A94651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94651 is #56B9AE. Grayscale: #646464. Windows color (decimal): -5683631 or 5326505. OLE color: 5326505.

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

Color convert

RGB1697081-
CMYK00.590.520.34
HSL353.33º41.42%46.86%-
HSV(B)353.33º58.58%66.27%-
XYZ20.0413.419.32-
YUV100.85116.8176.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.81%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=52.81%
G=21.88%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169708100.590.520.34353.3341.4246.86
HexA9465103B3422161292f
Octal25110612107364425415157
Binary10101001100011010100010111011110100100010101100001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94651; }

 p { color: rgb(169,70,81); }

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

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

 a { background-color: rgb(169,70,81); }

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

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

 span { border-color: rgb(169,70,81); }

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