#A3515A

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

Shades of Hippie Pink #A3515A

Tints of Hippie Pink #A3515A

Color information

#A3515A (or 0xA3515A) is unknown color: approx Hippie Pink. HEX triplet: A3, 51 and 5A. RGB value is (163,81,90). Sum of RGB (Red+Green+Blue) = 163+81+90=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A3515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3515A is #5CAEA5. Grayscale: #6A6A6A. Windows color (decimal): -6074022 or 5919139. OLE color: 5919139.

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

Color convert

RGB1638190-
CMYK00.500.450.36
HSL353.41º33.61%47.84%-
HSV(B)353.41º50.31%63.92%-
XYZ19.8914.4111.41-
YUV106.54118.67168.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 90 (35.55% from 255) = 26.95%
R=48.80%
G=24.25%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163819000.500.450.36353.4133.6147.84
HexA3515A0322D241612230
Octal24312113206255445414260
Binary10100011101000110110100110010101101100100101100001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3515A; }

 p { color: rgb(163,81,90); }

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

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

 a { background-color: rgb(163,81,90); }

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

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

 span { border-color: rgb(163,81,90); }

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