#A7525F

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

Shades of Hippie Pink #A7525F

Tints of Hippie Pink #A7525F

Color information

#A7525F (or 0xA7525F) is unknown color: approx Hippie Pink. HEX triplet: A7, 52 and 5F. RGB value is (167,82,95). Sum of RGB (Red+Green+Blue) = 167+82+95=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7525F is #58ADA0. Grayscale: #6C6C6C. Windows color (decimal): -5811617 or 6247079. OLE color: 6247079.

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

Color convert

RGB1678295-
CMYK00.510.430.35
HSL350.82º34.14%48.82%-
HSV(B)350.82º50.9%65.49%-
XYZ21.0215.0812.63-
YUV108.9120.16169.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=48.55%
G=23.84%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167829500.510.430.35350.8234.1448.82
HexA7525F0332B2315f2231
Octal24712213706353435374261
Binary10100111101001010111110110011101011100011101011111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7525F; }

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

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

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

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

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

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

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

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