#A45058

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

Shades of Hippie Pink #A45058

Tints of Hippie Pink #A45058

Color information

#A45058 (or 0xA45058) is unknown color: approx Hippie Pink. HEX triplet: A4, 50 and 58. RGB value is (164,80,88). Sum of RGB (Red+Green+Blue) = 164+80+88=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A45058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45058 is #5BAFA7. Grayscale: #6A6A6A. Windows color (decimal): -6008744 or 5787812. OLE color: 5787812.

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

Color convert

RGB1648088-
CMYK00.510.460.36
HSL354.29º34.43%47.84%-
HSV(B)354.29º51.22%64.31%-
XYZ19.9414.3310.95-
YUV106.03117.83169.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.40%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=49.40%
G=24.10%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164808800.510.460.36354.2934.4347.84
HexA450580332E241622230
Octal24412013006356445424260
Binary10100100101000010110000110011101110100100101100010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45058; }

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

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

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

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

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

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

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

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