#A84B50

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

Shades of Hippie Pink #A84B50

Tints of Hippie Pink #A84B50

Color information

#A84B50 (or 0xA84B50) is unknown color: approx Hippie Pink. HEX triplet: A8, 4B and 50. RGB value is (168,75,80). Sum of RGB (Red+Green+Blue) = 168+75+80=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84B50 is #57B4AF. Grayscale: #676767. Windows color (decimal): -5747888 or 5262248. OLE color: 5262248.

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

Color convert

RGB1687580-
CMYK00.550.520.34
HSL356.77º38.27%47.65%-
HSV(B)356.77º55.36%65.88%-
XYZ20.1113.949.22-
YUV103.38114.81174.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.01%
GREEN value IS 75 (29.69% from 255) = 23.22%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=52.01%
G=23.22%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168758000.550.520.34356.7738.2747.65
HexA84B5003734221652630
Octal25011312006764425454660
Binary10101000100101110100000110111110100100010101100101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84B50; }

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

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

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

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

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

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

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

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