#A84A5E

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

Shades of Hippie Pink #A84A5E

Tints of Hippie Pink #A84A5E

Color information

#A84A5E (or 0xA84A5E) is unknown color: approx Hippie Pink. HEX triplet: A8, 4A and 5E. RGB value is (168,74,94). Sum of RGB (Red+Green+Blue) = 168+74+94=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A5E is #57B5A1. Grayscale: #686868. Windows color (decimal): -5748130 or 6179496. OLE color: 6179496.

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

Color convert

RGB1687494-
CMYK00.560.440.34
HSL347.23º38.84%47.45%-
HSV(B)347.23º55.95%65.88%-
XYZ20.6214.0312.21-
YUV104.39122.14173.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=50%
G=22.02%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168749400.560.440.34347.2338.8447.45
HexA84A5E0382C2215b272f
Octal25011213607054425334757
Binary10101000100101010111100111000101100100010101011011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A5E; }

 p { color: rgb(168,74,94); }

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

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

 a { background-color: rgb(168,74,94); }

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

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

 span { border-color: rgb(168,74,94); }

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