#A07356

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

Shades of Pale Brown #A07356

Tints of Pale Brown #A07356

Color information

#A07356 (or 0xA07356) is unknown color: approx Pale Brown. HEX triplet: A0, 73 and 56. RGB value is (160,115,86). Sum of RGB (Red+Green+Blue) = 160+115+86=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A07356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07356 is #5F8CA9. Grayscale: #7D7D7D. Windows color (decimal): -6261930 or 5665696. OLE color: 5665696.

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

Color convert

RGB16011586-
CMYK00.280.460.37
HSL23.51º30.08%48.24%-
HSV(B)23.51º46.25%62.75%-
XYZ22.3120.4111.57-
YUV125.15105.91152.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 86 (33.98% from 255) = 23.82%
R=44.32%
G=31.86%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601158600.280.460.3723.5130.0848.24
HexA0735601C2E25181e30
Octal2401631260345645303660
Binary10100000111001110101100111001011101001011100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07356; }

 p { color: rgb(160,115,86); }

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

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

 a { background-color: rgb(160,115,86); }

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

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

 span { border-color: rgb(160,115,86); }

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