#A45658

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

Shades of Hippie Pink #A45658

Tints of Hippie Pink #A45658

Color information

#A45658 (or 0xA45658) is unknown color: approx Hippie Pink. HEX triplet: A4, 56 and 58. RGB value is (164,86,88). Sum of RGB (Red+Green+Blue) = 164+86+88=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A45658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45658 is #5BA9A7. Grayscale: #6D6D6D. Windows color (decimal): -6007208 or 5789348. OLE color: 5789348.

HSL color Cylindrical-coordinate representation of color #A45658: hue angle of 358.46º degrees, saturation: 0.31, 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 #A45658 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB1648688-
CMYK00.480.460.36
HSL358.46º31.2%49.02%-
HSV(B)358.46º47.56%64.31%-
XYZ20.415.2511.1-
YUV109.55115.84166.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=48.52%
G=25.44%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164868800.480.460.36358.4631.249.02
HexA456580302E241661f31
Octal24412613006056445463761
Binary1010010010101101011000011000010111010010010110011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45658; }

 p { color: rgb(164,86,88); }

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

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

 a { background-color: rgb(164,86,88); }

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

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

 span { border-color: rgb(164,86,88); }

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