#A45057

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

Shades of Hippie Pink #A45057

Tints of Hippie Pink #A45057

Color information

#A45057 (or 0xA45057) is unknown color: approx Hippie Pink. HEX triplet: A4, 50 and 57. RGB value is (164,80,87). Sum of RGB (Red+Green+Blue) = 164+80+87=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A45057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45057 is #5BAFA8. Grayscale: #696969. Windows color (decimal): -6008745 or 5722276. OLE color: 5722276.

HSL color Cylindrical-coordinate representation of color #A45057: hue angle of 355º 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 #A45057 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1648087-
CMYK00.510.470.36
HSL355º34.43%47.84%-
HSV(B)355º51.22%64.31%-
XYZ19.914.3210.73-
YUV105.91117.33169.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 87 (34.38% from 255) = 26.28%
R=49.55%
G=24.17%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164808700.510.470.3635534.4347.84
HexA450570332F241632230
Octal24412012706357445434260
Binary10100100101000010101110110011101111100100101100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45057; }

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

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

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

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

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

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

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

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