#A1525C

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

Shades of Hippie Pink #A1525C

Tints of Hippie Pink #A1525C

Color information

#A1525C (or 0xA1525C) is unknown color: approx Hippie Pink. HEX triplet: A1, 52 and 5C. RGB value is (161,82,92). Sum of RGB (Red+Green+Blue) = 161+82+92=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1525C is #5EADA3. Grayscale: #6A6A6A. Windows color (decimal): -6204836 or 6050465. OLE color: 6050465.

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

Color convert

RGB1618292-
CMYK00.490.430.37
HSL352.41º32.51%47.65%-
HSV(B)352.41º49.07%63.14%-
XYZ19.6514.3811.87-
YUV106.76119.67166.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=48.06%
G=24.48%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161829200.490.430.37352.4132.5147.65
HexA1525C0312B251602130
Octal24112213406153455404160
Binary10100001101001010111000110001101011100101101100000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1525C; }

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

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

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

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

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

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

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

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