#A75258

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

Shades of Hippie Pink #A75258

Tints of Hippie Pink #A75258

Color information

#A75258 (or 0xA75258) is unknown color: approx Hippie Pink. HEX triplet: A7, 52 and 58. RGB value is (167,82,88). Sum of RGB (Red+Green+Blue) = 167+82+88=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A75258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75258 is #58ADA7. Grayscale: #6C6C6C. Windows color (decimal): -5811624 or 5788327. OLE color: 5788327.

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

Color convert

RGB1678288-
CMYK00.510.470.35
HSL355.76º34.14%48.82%-
HSV(B)355.76º50.9%65.49%-
XYZ20.7214.9511.03-
YUV108.1116.66170.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=49.55%
G=24.33%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167828800.510.470.35355.7634.1448.82
HexA752580332F231642231
Octal24712213006357435444261
Binary10100111101001010110000110011101111100011101100100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75258; }

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

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

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

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

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

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

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

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