#A3525F

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

Shades of Hippie Pink #A3525F

Tints of Hippie Pink #A3525F

Color information

#A3525F (or 0xA3525F) is unknown color: approx Hippie Pink. HEX triplet: A3, 52 and 5F. RGB value is (163,82,95). Sum of RGB (Red+Green+Blue) = 163+82+95=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3525F is #5CADA0. Grayscale: #6B6B6B. Windows color (decimal): -6073761 or 6247075. OLE color: 6247075.

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

Color convert

RGB1638295-
CMYK00.500.420.36
HSL350.37º33.06%48.04%-
HSV(B)350.37º49.69%63.92%-
XYZ20.1914.6512.59-
YUV107.7120.84167.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=47.94%
G=24.12%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163829500.500.420.36350.3733.0648.04
HexA3525F0322A2415e2130
Octal24312213706252445364160
Binary10100011101001010111110110010101010100100101011110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3525F; }

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

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

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

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

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

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

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

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