#A8525F

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

Shades of Hippie Pink #A8525F

Tints of Hippie Pink #A8525F

Color information

#A8525F (or 0xA8525F) is unknown color: approx Hippie Pink. HEX triplet: A8, 52 and 5F. RGB value is (168,82,95). Sum of RGB (Red+Green+Blue) = 168+82+95=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8525F is #57ADA0. Grayscale: #6D6D6D. Windows color (decimal): -5746081 or 6247080. OLE color: 6247080.

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

Color convert

RGB1688295-
CMYK00.510.430.34
HSL350.93º34.4%49.02%-
HSV(B)350.93º51.19%65.88%-
XYZ21.2315.1912.64-
YUV109.2119.99169.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=48.70%
G=23.77%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168829500.510.430.34350.9334.449.02
HexA8525F0332B2215f2231
Octal25012213706353425374261
Binary10101000101001010111110110011101011100010101011111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8525F; }

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

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

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

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

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

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

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

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