#A85253

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

Shades of Hippie Pink #A85253

Tints of Hippie Pink #A85253

Color information

#A85253 (or 0xA85253) is unknown color: approx Hippie Pink. HEX triplet: A8, 52 and 53. RGB value is (168,82,83). Sum of RGB (Red+Green+Blue) = 168+82+83=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A85253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85253 is #57ADAC. Grayscale: #6B6B6B. Windows color (decimal): -5746093 or 5460648. OLE color: 5460648.

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

Color convert

RGB1688283-
CMYK00.510.510.34
HSL359.3º34.4%49.02%-
HSV(B)359.3º51.19%65.88%-
XYZ20.7314.989.98-
YUV107.83113.99170.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.45%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=50.45%
G=24.62%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168828300.510.510.34359.334.449.02
HexA8525303333221672231
Octal25012212306363425474261
Binary10101000101001010100110110011110011100010101100111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85253; }

 p { color: rgb(168,82,83); }

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

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

 a { background-color: rgb(168,82,83); }

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

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

 span { border-color: rgb(168,82,83); }

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