#A75254

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

Shades of Hippie Pink #A75254

Tints of Hippie Pink #A75254

Color information

#A75254 (or 0xA75254) is unknown color: approx Hippie Pink. HEX triplet: A7, 52 and 54. RGB value is (167,82,84). Sum of RGB (Red+Green+Blue) = 167+82+84=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A75254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75254 is #58ADAB. Grayscale: #6B6B6B. Windows color (decimal): -5811628 or 5526183. OLE color: 5526183.

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

Color convert

RGB1678284-
CMYK00.510.500.35
HSL358.59º34.14%48.82%-
HSV(B)358.59º50.9%65.49%-
XYZ20.5514.8910.18-
YUV107.64114.66170.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=50.15%
G=24.62%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167828400.510.500.35358.5934.1448.82
HexA7525403332231672231
Octal24712212406362435474261
Binary10100111101001010101000110011110010100011101100111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75254; }

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

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

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

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

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

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

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

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