#A05734

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

Shades of Piper #A05734

Tints of Piper #A05734

Color information

#A05734 (or 0xA05734) is unknown color: approx Piper. HEX triplet: A0, 57 and 34. RGB value is (160,87,52). Sum of RGB (Red+Green+Blue) = 160+87+52=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A05734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05734 is #5FA8CB. Grayscale: #696969. Windows color (decimal): -6269132 or 3430304. OLE color: 3430304.

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

Color convert

RGB1608752-
CMYK00.460.680.37
HSL19.44º50.94%41.57%-
HSV(B)19.44º67.5%62.75%-
XYZ18.5314.545.08-
YUV104.8498.18167.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.51%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=53.51%
G=29.10%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160875200.460.680.3719.4450.9441.57
HexA0573402E442513332a
Octal2401276405610445236352
Binary1010000010101111101000101110100010010010110011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05734; }

 p { color: rgb(160,87,52); }

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

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

 a { background-color: rgb(160,87,52); }

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

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

 span { border-color: rgb(160,87,52); }

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