#A1525D

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

Shades of Hippie Pink #A1525D

Tints of Hippie Pink #A1525D

Color information

#A1525D (or 0xA1525D) is unknown color: approx Hippie Pink. HEX triplet: A1, 52 and 5D. RGB value is (161,82,93). Sum of RGB (Red+Green+Blue) = 161+82+93=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1525D is #5EADA2. Grayscale: #6A6A6A. Windows color (decimal): -6204835 or 6116001. OLE color: 6116001.

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

Color convert

RGB1618293-
CMYK00.490.420.37
HSL351.65º32.51%47.65%-
HSV(B)351.65º49.07%63.14%-
XYZ19.6914.412.1-
YUV106.88120.17166.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=47.92%
G=24.40%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161829300.490.420.37351.6532.5147.65
HexA1525D0312A251602130
Octal24112213506152455404160
Binary10100001101001010111010110001101010100101101100000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1525D; }

 p { color: rgb(161,82,93); }

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

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

 a { background-color: rgb(161,82,93); }

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

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

 span { border-color: rgb(161,82,93); }

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