#A05533

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

Shades of Piper #A05533

Tints of Piper #A05533

Color information

#A05533 (or 0xA05533) is unknown color: approx Piper. HEX triplet: A0, 55 and 33. RGB value is (160,85,51). Sum of RGB (Red+Green+Blue) = 160+85+51=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A05533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05533 is #5FAACC. Grayscale: #676767. Windows color (decimal): -6269645 or 3364256. OLE color: 3364256.

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

Color convert

RGB1608551-
CMYK00.470.680.37
HSL18.72º51.66%41.37%-
HSV(B)18.72º68.12%62.75%-
XYZ18.3414.214.91-
YUV103.5598.35168.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.05%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=54.05%
G=28.72%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160855100.470.680.3718.7251.6641.37
HexA0553302F4425133429
Octal2401256305710445236451
Binary1010000010101011100110101111100010010010110011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05533; }

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

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

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

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

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

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

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

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