#A37756

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

Shades of Pale Brown #A37756

Tints of Pale Brown #A37756

Color information

#A37756 (or 0xA37756) is unknown color: approx Pale Brown. HEX triplet: A3, 77 and 56. RGB value is (163,119,86). Sum of RGB (Red+Green+Blue) = 163+119+86=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A37756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37756 is #5C88A9. Grayscale: #808080. Windows color (decimal): -6064298 or 5666723. OLE color: 5666723.

HSL color Cylindrical-coordinate representation of color #A37756: hue angle of 25.71º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A37756 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16311986-
CMYK00.270.470.36
HSL25.71º30.92%48.82%-
HSV(B)25.71º47.24%63.92%-
XYZ23.3821.6511.75-
YUV128.39104.08152.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.29%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=44.29%
G=32.34%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631198600.270.470.3625.7130.9248.82
HexA3775601B2F241a1f31
Octal2431671260335744323761
Binary10100011111011110101100110111011111001001101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37756; }

 p { color: rgb(163,119,86); }

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

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

 a { background-color: rgb(163,119,86); }

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

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

 span { border-color: rgb(163,119,86); }

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