#A75255

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

Shades of Hippie Pink #A75255

Tints of Hippie Pink #A75255

Color information

#A75255 (or 0xA75255) is unknown color: approx Hippie Pink. HEX triplet: A7, 52 and 55. RGB value is (167,82,85). Sum of RGB (Red+Green+Blue) = 167+82+85=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A75255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75255 is #58ADAA. Grayscale: #6B6B6B. Windows color (decimal): -5811627 or 5591719. OLE color: 5591719.

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

Color convert

RGB1678285-
CMYK00.510.490.35
HSL357.88º34.14%48.82%-
HSV(B)357.88º50.9%65.49%-
XYZ20.5914.9110.39-
YUV107.76115.16170.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=50%
G=24.55%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167828500.510.490.35357.8834.1448.82
HexA7525503331231662231
Octal24712212506361435464261
Binary10100111101001010101010110011110001100011101100110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75255; }

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

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

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

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

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

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

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

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