#A15834

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

Shades of Piper #A15834

Tints of Piper #A15834

Color information

#A15834 (or 0xA15834) is unknown color: approx Piper. HEX triplet: A1, 58 and 34. RGB value is (161,88,52). Sum of RGB (Red+Green+Blue) = 161+88+52=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A15834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15834 is #5EA7CB. Grayscale: #696969. Windows color (decimal): -6203340 or 3430561. OLE color: 3430561.

HSL color Cylindrical-coordinate representation of color #A15834: hue angle of 19.82º degrees, saturation: 0.51, 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 #A15834 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB1618852-
CMYK00.450.680.37
HSL19.82º51.17%41.76%-
HSV(B)19.82º67.7%63.14%-
XYZ18.8114.85.12-
YUV105.7297.68167.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=53.49%
G=29.24%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161885200.450.680.3719.8251.1741.76
HexA1583402D442514332a
Octal2411306405510445246352
Binary1010000110110001101000101101100010010010110100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15834; }

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

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

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

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

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

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

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

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