#A07857

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

Shades of Pale Brown #A07857

Tints of Pale Brown #A07857

Color information

#A07857 (or 0xA07857) is unknown color: approx Pale Brown. HEX triplet: A0, 78 and 57. RGB value is (160,120,87). Sum of RGB (Red+Green+Blue) = 160+120+87=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A07857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07857 is #5F87A8. Grayscale: #808080. Windows color (decimal): -6260649 or 5732512. OLE color: 5732512.

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

Color convert

RGB16012087-
CMYK00.250.460.37
HSL27.12º29.55%48.43%-
HSV(B)27.12º45.63%62.75%-
XYZ22.9321.5911.98-
YUV128.2104.75150.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=43.60%
G=32.70%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601208700.250.460.3727.1229.5548.43
HexA078570192E251b1e30
Octal2401701270315645333660
Binary10100000111100010101110110011011101001011101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07857; }

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

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

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

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

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

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

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

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