#A1505D

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

Shades of Hippie Pink #A1505D

Tints of Hippie Pink #A1505D

Color information

#A1505D (or 0xA1505D) is unknown color: approx Hippie Pink. HEX triplet: A1, 50 and 5D. RGB value is (161,80,93). Sum of RGB (Red+Green+Blue) = 161+80+93=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1505D is #5EAFA2. Grayscale: #696969. Windows color (decimal): -6205347 or 6115489. OLE color: 6115489.

HSL color Cylindrical-coordinate representation of color #A1505D: hue angle of 350.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1505D is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB1618093-
CMYK00.500.420.37
HSL350.37º33.61%47.25%-
HSV(B)350.37º50.31%63.14%-
XYZ19.5414.112.05-
YUV105.7120.84167.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.20%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=48.20%
G=23.95%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161809300.500.420.37350.3733.6147.25
HexA1505D0322A2515e222f
Octal24112013506252455364257
Binary10100001101000010111010110010101010100101101011110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1505D; }

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

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

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

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

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

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

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

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