#A15134

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

Shades of Piper #A15134

Tints of Piper #A15134

Color information

#A15134 (or 0xA15134) is unknown color: approx Piper. HEX triplet: A1, 51 and 34. RGB value is (161,81,52). Sum of RGB (Red+Green+Blue) = 161+81+52=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A15134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15134 is #5EAECB. Grayscale: #656565. Windows color (decimal): -6205132 or 3428769. OLE color: 3428769.

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

Color convert

RGB1618152-
CMYK00.500.680.37
HSL15.96º51.17%41.76%-
HSV(B)15.96º67.7%63.14%-
XYZ18.2613.714.93-
YUV101.61100170.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.76%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 52 (20.70% from 255) = 17.69%
R=54.76%
G=27.55%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161815200.500.680.3715.9651.1741.76
HexA15134032442510332a
Octal2411216406210445206352
Binary1010000110100011101000110010100010010010110000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15134; }

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

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

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

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

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

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

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

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