#A45359

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

Shades of Hippie Pink #A45359

Tints of Hippie Pink #A45359

Color information

#A45359 (or 0xA45359) is unknown color: approx Hippie Pink. HEX triplet: A4, 53 and 59. RGB value is (164,83,89). Sum of RGB (Red+Green+Blue) = 164+83+89=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A45359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45359 is #5BACA6. Grayscale: #6B6B6B. Windows color (decimal): -6007975 or 5854116. OLE color: 5854116.

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

Color convert

RGB1648389-
CMYK00.490.460.36
HSL355.56º32.79%48.43%-
HSV(B)355.56º49.39%64.31%-
XYZ20.2114.811.24-
YUV107.9117.34168.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=48.81%
G=24.70%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164838900.490.460.36355.5632.7948.43
HexA453590312E241642130
Octal24412313106156445444160
Binary10100100101001110110010110001101110100100101100100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45359; }

 p { color: rgb(164,83,89); }

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

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

 a { background-color: rgb(164,83,89); }

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

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

 span { border-color: rgb(164,83,89); }

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