#a05538

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

Shades of Piper #A05538

Tints of Piper #A05538

Color information

#A05538 (or 0xA05538) is unknown color: approx Piper. HEX triplet: A0, 55 and 38. RGB value is (160,85,56). Sum of RGB (Red+Green+Blue) = 160+85+56=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A05538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05538 is #5FAAC7. Grayscale: #686868. Windows color (decimal): -6269640 or 3691936. OLE color: 3691936.

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

Color convert

RGB1608556-
CMYK00.470.650.37
HSL16.73º48.15%42.35%-
HSV(B)16.73º65%62.75%-
XYZ18.4614.265.52-
YUV104.12100.85167.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=53.16%
G=28.24%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160855600.470.650.3716.7348.1542.35
HexA0553802F412511302a
Octal2401257005710145216052
Binary1010000010101011110000101111100000110010110001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05538; }

 p { color: rgb(160,85,56); }

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

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

 a { background-color: rgb(160,85,56); }

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

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

 span { border-color: rgb(160,85,56); }

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