#A4555E

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

Shades of Hippie Pink #A4555E

Tints of Hippie Pink #A4555E

Color information

#A4555E (or 0xA4555E) is unknown color: approx Hippie Pink. HEX triplet: A4, 55 and 5E. RGB value is (164,85,94). Sum of RGB (Red+Green+Blue) = 164+85+94=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4555E is #5BAAA1. Grayscale: #6D6D6D. Windows color (decimal): -6007458 or 6182308. OLE color: 6182308.

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

Color convert

RGB1648594-
CMYK00.480.430.36
HSL353.16º31.73%48.82%-
HSV(B)353.16º48.17%64.31%-
XYZ20.5815.212.44-
YUV109.65119.17166.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=47.81%
G=24.78%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164859400.480.430.36353.1631.7348.82
HexA4555E0302B241612031
Octal24412513606053445414061
Binary10100100101010110111100110000101011100100101100001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4555E; }

 p { color: rgb(164,85,94); }

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

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

 a { background-color: rgb(164,85,94); }

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

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

 span { border-color: rgb(164,85,94); }

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