#A84750

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

Shades of Hippie Pink #A84750

Tints of Hippie Pink #A84750

Color information

#A84750 (or 0xA84750) is unknown color: approx Hippie Pink. HEX triplet: A8, 47 and 50. RGB value is (168,71,80). Sum of RGB (Red+Green+Blue) = 168+71+80=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A84750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84750 is #57B8AF. Grayscale: #656565. Windows color (decimal): -5748912 or 5261224. OLE color: 5261224.

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

Color convert

RGB1687180-
CMYK00.580.520.34
HSL354.43º40.59%46.86%-
HSV(B)354.43º57.74%65.88%-
XYZ19.8513.419.13-
YUV101.03116.14175.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.66%
GREEN value IS 71 (28.12% from 255) = 22.26%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=52.66%
G=22.26%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168718000.580.520.34354.4340.5946.86
HexA8475003A3422162292f
Octal25010712007264425425157
Binary10101000100011110100000111010110100100010101100010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84750; }

 p { color: rgb(168,71,80); }

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

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

 a { background-color: rgb(168,71,80); }

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

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

 span { border-color: rgb(168,71,80); }

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