#A15336

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

Shades of Piper #A15336

Tints of Piper #A15336

Color information

#A15336 (or 0xA15336) is unknown color: approx Piper. HEX triplet: A1, 53 and 36. RGB value is (161,83,54). Sum of RGB (Red+Green+Blue) = 161+83+54=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A15336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15336 is #5EACC9. Grayscale: #676767. Windows color (decimal): -6204618 or 3560353. OLE color: 3560353.

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

Color convert

RGB1618354-
CMYK00.480.660.37
HSL16.26º49.77%42.16%-
HSV(B)16.26º66.46%63.14%-
XYZ18.4614.035.23-
YUV103.02100.34169.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 54 (21.48% from 255) = 18.12%
R=54.03%
G=27.85%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161835400.480.660.3716.2649.7742.16
HexA15336030422510322a
Octal2411236606010245206252
Binary1010000110100111101100110000100001010010110000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15336; }

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

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

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

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

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

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

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

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