#A37450

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

Shades of Pale Brown #A37450

Tints of Pale Brown #A37450

Color information

#A37450 (or 0xA37450) is unknown color: approx Pale Brown. HEX triplet: A3, 74 and 50. RGB value is (163,116,80). Sum of RGB (Red+Green+Blue) = 163+116+80=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A37450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37450 is #5C8BAF. Grayscale: #7E7E7E. Windows color (decimal): -6065072 or 5272739. OLE color: 5272739.

HSL color Cylindrical-coordinate representation of color #A37450: hue angle of 26.02º 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 #A37450 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16311680-
CMYK00.290.510.36
HSL26.02º34.16%47.65%-
HSV(B)26.02º50.92%63.92%-
XYZ22.820.8610.41-
YUV125.95102.07154.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=45.40%
G=32.31%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631168000.290.510.3626.0234.1647.65
HexA3745001D33241a2230
Octal2431641200356344324260
Binary101000111110100101000001110111001110010011010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37450; }

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

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

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

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

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

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

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

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