#A45357

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

Shades of Hippie Pink #A45357

Tints of Hippie Pink #A45357

Color information

#A45357 (or 0xA45357) is unknown color: approx Hippie Pink. HEX triplet: A4, 53 and 57. RGB value is (164,83,87). Sum of RGB (Red+Green+Blue) = 164+83+87=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A45357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45357 is #5BACA8. Grayscale: #6B6B6B. Windows color (decimal): -6007977 or 5723044. OLE color: 5723044.

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

Color convert

RGB1648387-
CMYK00.490.470.36
HSL357.04º32.79%48.43%-
HSV(B)357.04º49.39%64.31%-
XYZ20.1214.7710.81-
YUV107.68116.34168.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.10%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 87 (34.38% from 255) = 26.05%
R=49.10%
G=24.85%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164838700.490.470.36357.0432.7948.43
HexA453570312F241652130
Octal24412312706157445454160
Binary10100100101001110101110110001101111100100101100101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45357; }

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

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

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

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

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

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

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

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