#A4525F

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

Shades of Hippie Pink #A4525F

Tints of Hippie Pink #A4525F

Color information

#A4525F (or 0xA4525F) is unknown color: approx Hippie Pink. HEX triplet: A4, 52 and 5F. RGB value is (164,82,95). Sum of RGB (Red+Green+Blue) = 164+82+95=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4525F is #5BADA0. Grayscale: #6C6C6C. Windows color (decimal): -6008225 or 6247076. OLE color: 6247076.

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

Color convert

RGB1648295-
CMYK00.50.420.36
HSL350.49º33.33%48.24%-
HSV(B)350.49º50%64.31%-
XYZ20.3914.7512.6-
YUV108120.67167.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=48.09%
G=24.05%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164829500.50.420.36350.4933.3348.24
HexA4525F0322A2415e2130
Octal24412213706252445364160
Binary10100100101001010111110110010101010100100101011110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4525F; }

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

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

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

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

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

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

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

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