#A84A4D

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

Shades of Hippie Pink #A84A4D

Tints of Hippie Pink #A84A4D

Color information

#A84A4D (or 0xA84A4D) is unknown color: approx Hippie Pink. HEX triplet: A8, 4A and 4D. RGB value is (168,74,77). Sum of RGB (Red+Green+Blue) = 168+74+77=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A4D is #57B5B2. Grayscale: #666666. Windows color (decimal): -5748147 or 5065384. OLE color: 5065384.

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

Color convert

RGB1687477-
CMYK00.560.540.34
HSL358.09º38.84%47.45%-
HSV(B)358.09º55.95%65.88%-
XYZ19.9413.768.63-
YUV102.45113.64174.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.66%
GREEN value IS 74 (29.30% from 255) = 23.20%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=52.66%
G=23.20%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168747700.560.540.34358.0938.8447.45
HexA84A4D0383622166272f
Octal25011211507066425464757
Binary10101000100101010011010111000110110100010101100110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A4D; }

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

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

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

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

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

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

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

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