#A15033

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

Shades of Piper #A15033

Tints of Piper #A15033

Color information

#A15033 (or 0xA15033) is unknown color: approx Piper. HEX triplet: A1, 50 and 33. RGB value is (161,80,51). Sum of RGB (Red+Green+Blue) = 161+80+51=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A15033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15033 is #5EAFCC. Grayscale: #656565. Windows color (decimal): -6205389 or 3362977. OLE color: 3362977.

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

Color convert

RGB1618051-
CMYK00.500.680.37
HSL15.82º51.89%41.57%-
HSV(B)15.82º68.32%63.14%-
XYZ18.1613.554.79-
YUV100.9199.84170.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 51 (20.31% from 255) = 17.47%
R=55.14%
G=27.40%
B=17.47%

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
Decimal161805100.500.680.3715.8251.8941.57
HexA15033032442510342a
Octal2411206306210445206452
Binary1010000110100001100110110010100010010010110000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15033; }

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

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

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

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

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

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

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

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