#A45257

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

Shades of Hippie Pink #A45257

Tints of Hippie Pink #A45257

Color information

#A45257 (or 0xA45257) is unknown color: approx Hippie Pink. HEX triplet: A4, 52 and 57. RGB value is (164,82,87). Sum of RGB (Red+Green+Blue) = 164+82+87=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A45257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45257 is #5BADA8. Grayscale: #6B6B6B. Windows color (decimal): -6008233 or 5722788. OLE color: 5722788.

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

Color convert

RGB1648287-
CMYK00.50.470.36
HSL356.34º33.33%48.24%-
HSV(B)356.34º50%64.31%-
XYZ20.0514.6210.78-
YUV107.09116.67168.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.25%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 87 (34.38% from 255) = 26.13%
R=49.25%
G=24.62%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164828700.50.470.36356.3433.3348.24
HexA452570322F241642130
Octal24412212706257445444160
Binary10100100101001010101110110010101111100100101100100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45257; }

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

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

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

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

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

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

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

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