#A05438

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

Shades of Piper #A05438

Tints of Piper #A05438

Color information

#A05438 (or 0xA05438) is unknown color: approx Piper. HEX triplet: A0, 54 and 38. RGB value is (160,84,56). Sum of RGB (Red+Green+Blue) = 160+84+56=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A05438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05438 is #5FABC7. Grayscale: #676767. Windows color (decimal): -6269896 or 3691680. OLE color: 3691680.

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

Color convert

RGB1608456-
CMYK00.480.650.37
HSL16.15º48.15%42.35%-
HSV(B)16.15º65%62.75%-
XYZ18.3814.15.49-
YUV103.53101.18168.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.33%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=53.33%
G=28%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160845600.480.650.3716.1548.1542.35
HexA05438030412510302a
Octal2401247006010145206052
Binary1010000010101001110000110000100000110010110000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05438; }

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

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

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

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

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

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

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

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