#A37750

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

Shades of Pale Brown #A37750

Tints of Pale Brown #A37750

Color information

#A37750 (or 0xA37750) is unknown color: approx Pale Brown. HEX triplet: A3, 77 and 50. RGB value is (163,119,80). Sum of RGB (Red+Green+Blue) = 163+119+80=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A37750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37750 is #5C88AF. Grayscale: #7F7F7F. Windows color (decimal): -6064304 or 5273507. OLE color: 5273507.

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

Color convert

RGB16311980-
CMYK00.270.510.36
HSL28.19º34.16%47.65%-
HSV(B)28.19º50.92%63.92%-
XYZ23.1521.5610.53-
YUV127.71101.08153.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=45.03%
G=32.87%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631198000.270.510.3628.1934.1647.65
HexA3775001B33241c2230
Octal2431671200336344344260
Binary101000111110111101000001101111001110010011100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37750; }

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

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

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

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

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

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

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

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