#A84258

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

Shades of Hippie Pink #A84258

Tints of Hippie Pink #A84258

Color information

#A84258 (or 0xA84258) is unknown color: approx Hippie Pink. HEX triplet: A8, 42 and 58. RGB value is (168,66,88). Sum of RGB (Red+Green+Blue) = 168+66+88=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A84258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84258 is #57BDA7. Grayscale: #636363. Windows color (decimal): -5750184 or 5784232. OLE color: 5784232.

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

Color convert

RGB1686688-
CMYK00.610.480.34
HSL347.06º43.59%45.88%-
HSV(B)347.06º60.71%65.88%-
XYZ19.8612.9310.68-
YUV99.01121.79177.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.17%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=52.17%
G=20.50%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168668800.610.480.34347.0643.5945.88
HexA8425803D302215b2c2e
Octal25010213007560425335456
Binary10101000100001010110000111101110000100010101011011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84258; }

 p { color: rgb(168,66,88); }

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

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

 a { background-color: rgb(168,66,88); }

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

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

 span { border-color: rgb(168,66,88); }

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