#A05336

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

Shades of Piper #A05336

Tints of Piper #A05336

Color information

#A05336 (or 0xA05336) is unknown color: approx Piper. HEX triplet: A0, 53 and 36. RGB value is (160,83,54). Sum of RGB (Red+Green+Blue) = 160+83+54=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A05336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05336 is #5FACC9. Grayscale: #666666. Windows color (decimal): -6270154 or 3560352. OLE color: 3560352.

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

Color convert

RGB1608354-
CMYK00.480.660.37
HSL16.42º49.53%41.96%-
HSV(B)16.42º66.25%62.75%-
XYZ18.2613.935.22-
YUV102.72100.51168.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.87%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 54 (21.48% from 255) = 18.18%
R=53.87%
G=27.95%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160835400.480.660.3716.4249.5341.96
HexA05336030422510322a
Octal2401236606010245206252
Binary1010000010100111101100110000100001010010110000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05336; }

 p { color: rgb(160,83,54); }

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

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

 a { background-color: rgb(160,83,54); }

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

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

 span { border-color: rgb(160,83,54); }

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