#A15838

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

Shades of Piper #A15838

Tints of Piper #A15838

Color information

#A15838 (or 0xA15838) is unknown color: approx Piper. HEX triplet: A1, 58 and 38. RGB value is (161,88,56). Sum of RGB (Red+Green+Blue) = 161+88+56=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A15838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15838 is #5EA7C7. Grayscale: #6A6A6A. Windows color (decimal): -6203336 or 3692705. OLE color: 3692705.

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

Color convert

RGB1618856-
CMYK00.450.650.37
HSL18.29º48.39%42.55%-
HSV(B)18.29º65.22%63.14%-
XYZ18.914.845.61-
YUV106.1899.68167.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 56 (22.27% from 255) = 18.36%
R=52.79%
G=28.85%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161885600.450.650.3718.2948.3942.55
HexA1583802D412512302b
Octal2411307005510145226053
Binary1010000110110001110000101101100000110010110010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15838; }

 p { color: rgb(161,88,56); }

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

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

 a { background-color: rgb(161,88,56); }

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

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

 span { border-color: rgb(161,88,56); }

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