#A4545F

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

Shades of Hippie Pink #A4545F

Tints of Hippie Pink #A4545F

Color information

#A4545F (or 0xA4545F) is unknown color: approx Hippie Pink. HEX triplet: A4, 54 and 5F. RGB value is (164,84,95). Sum of RGB (Red+Green+Blue) = 164+84+95=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4545F is #5BABA0. Grayscale: #6D6D6D. Windows color (decimal): -6007713 or 6247588. OLE color: 6247588.

HSL color Cylindrical-coordinate representation of color #A4545F: hue angle of 351.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4545F is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1648495-
CMYK00.490.420.36
HSL351.75º32.26%48.63%-
HSV(B)351.75º48.78%64.31%-
XYZ20.5515.0612.65-
YUV109.17120167.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=47.81%
G=24.49%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164849500.490.420.36351.7532.2648.63
HexA4545F0312A241602031
Octal24412413706152445404061
Binary10100100101010010111110110001101010100100101100000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4545F; }

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

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

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

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

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

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

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

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