#A05838

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

Shades of Piper #A05838

Tints of Piper #A05838

Color information

#A05838 (or 0xA05838) is unknown color: approx Piper. HEX triplet: A0, 58 and 38. RGB value is (160,88,56). Sum of RGB (Red+Green+Blue) = 160+88+56=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A05838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05838 is #5FA7C7. Grayscale: #6A6A6A. Windows color (decimal): -6268872 or 3692704. OLE color: 3692704.

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

Color convert

RGB1608856-
CMYK00.450.650.37
HSL18.46º48.15%42.35%-
HSV(B)18.46º65%62.75%-
XYZ18.714.745.6-
YUV105.8899.85166.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=52.63%
G=28.95%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160885600.450.650.3718.4648.1542.35
HexA0583802D412512302a
Octal2401307005510145226052
Binary1010000010110001110000101101100000110010110010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05838; }

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

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

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

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

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

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

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

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