#A37955

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

Shades of Pale Brown #A37955

Tints of Pale Brown #A37955

Color information

#A37955 (or 0xA37955) is unknown color: approx Pale Brown. HEX triplet: A3, 79 and 55. RGB value is (163,121,85). Sum of RGB (Red+Green+Blue) = 163+121+85=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A37955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37955 is #5C86AA. Grayscale: #818181. Windows color (decimal): -6063787 or 5601699. OLE color: 5601699.

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

Color convert

RGB16312185-
CMYK00.260.480.36
HSL27.69º31.45%48.63%-
HSV(B)27.69º47.85%63.92%-
XYZ23.5822.1211.62-
YUV129.45102.91151.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=44.17%
G=32.79%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631218500.260.480.3627.6931.4548.63
HexA3795501A30241c1f31
Octal2431711250326044343761
Binary10100011111100110101010110101100001001001110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37955; }

 p { color: rgb(163,121,85); }

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

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

 a { background-color: rgb(163,121,85); }

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

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

 span { border-color: rgb(163,121,85); }

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