#A15735

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

Shades of Piper #A15735

Tints of Piper #A15735

Color information

#A15735 (or 0xA15735) is unknown color: approx Piper. HEX triplet: A1, 57 and 35. RGB value is (161,87,53). Sum of RGB (Red+Green+Blue) = 161+87+53=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A15735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15735 is #5EA8CA. Grayscale: #696969. Windows color (decimal): -6203595 or 3495841. OLE color: 3495841.

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

Color convert

RGB1618753-
CMYK00.460.670.37
HSL18.89º50.47%41.96%-
HSV(B)18.89º67.08%63.14%-
XYZ18.7514.655.21-
YUV105.2598.52167.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=53.49%
G=28.90%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161875300.460.670.3718.8950.4741.96
HexA1573502E432513322a
Octal2411276505610345236252
Binary1010000110101111101010101110100001110010110011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15735; }

 p { color: rgb(161,87,53); }

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

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

 a { background-color: rgb(161,87,53); }

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

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

 span { border-color: rgb(161,87,53); }

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