#A1535A

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

Shades of Hippie Pink #A1535A

Tints of Hippie Pink #A1535A

Color information

#A1535A (or 0xA1535A) is unknown color: approx Hippie Pink. HEX triplet: A1, 53 and 5A. RGB value is (161,83,90). Sum of RGB (Red+Green+Blue) = 161+83+90=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1535A is #5EACA5. Grayscale: #6B6B6B. Windows color (decimal): -6204582 or 5919649. OLE color: 5919649.

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

Color convert

RGB1618390-
CMYK00.480.440.37
HSL354.62º31.97%47.84%-
HSV(B)354.62º48.45%63.14%-
XYZ19.6414.511.44-
YUV107.12118.34166.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.20%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 90 (35.55% from 255) = 26.95%
R=48.20%
G=24.85%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161839000.480.440.37354.6231.9747.84
HexA1535A0302C251632030
Octal24112313206054455434060
Binary10100001101001110110100110000101100100101101100011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1535A; }

 p { color: rgb(161,83,90); }

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

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

 a { background-color: rgb(161,83,90); }

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

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

 span { border-color: rgb(161,83,90); }

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