#A15633

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

Shades of Piper #A15633

Tints of Piper #A15633

Color information

#A15633 (or 0xA15633) is unknown color: approx Piper. HEX triplet: A1, 56 and 33. RGB value is (161,86,51). Sum of RGB (Red+Green+Blue) = 161+86+51=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A15633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15633 is #5EA9CC. Grayscale: #686868. Windows color (decimal): -6203853 or 3364513. OLE color: 3364513.

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

Color convert

RGB1618651-
CMYK00.470.680.37
HSL19.09º51.89%41.57%-
HSV(B)19.09º68.32%63.14%-
XYZ18.6214.474.94-
YUV104.4497.85168.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=54.03%
G=28.86%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161865100.470.680.3719.0951.8941.57
HexA1563302F442513342a
Octal2411266305710445236452
Binary1010000110101101100110101111100010010010110011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15633; }

 p { color: rgb(161,86,51); }

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

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

 a { background-color: rgb(161,86,51); }

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

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

 span { border-color: rgb(161,86,51); }

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