#A45055

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

Shades of Hippie Pink #A45055

Tints of Hippie Pink #A45055

Color information

#A45055 (or 0xA45055) is unknown color: approx Hippie Pink. HEX triplet: A4, 50 and 55. RGB value is (164,80,85). Sum of RGB (Red+Green+Blue) = 164+80+85=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A45055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45055 is #5BAFAA. Grayscale: #696969. Windows color (decimal): -6008747 or 5591204. OLE color: 5591204.

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

Color convert

RGB1648085-
CMYK00.510.480.36
HSL356.43º34.43%47.84%-
HSV(B)356.43º51.22%64.31%-
XYZ19.8214.2910.31-
YUV105.69116.33169.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=49.85%
G=24.32%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164808500.510.480.36356.4334.4347.84
HexA4505503330241642230
Octal24412012506360445444260
Binary10100100101000010101010110011110000100100101100100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45055; }

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

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

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

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

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

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

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

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