#A7545F

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

Shades of Hippie Pink #A7545F

Tints of Hippie Pink #A7545F

Color information

#A7545F (or 0xA7545F) is unknown color: approx Hippie Pink. HEX triplet: A7, 54 and 5F. RGB value is (167,84,95). Sum of RGB (Red+Green+Blue) = 167+84+95=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A7545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7545F is #58ABA0. Grayscale: #6E6E6E. Windows color (decimal): -5811105 or 6247591. OLE color: 6247591.

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

Color convert

RGB1678495-
CMYK00.500.430.35
HSL352.05º33.07%49.22%-
HSV(B)352.05º49.7%65.49%-
XYZ21.1715.3812.68-
YUV110.07119.5168.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.27%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=48.27%
G=24.28%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167849500.500.430.35352.0533.0749.22
HexA7545F0322B231602131
Octal24712413706253435404161
Binary10100111101010010111110110010101011100011101100000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7545F; }

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

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

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

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

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

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

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

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