#A47E5A

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

Shades of Sorrell Brown #A47E5A

Tints of Sorrell Brown #A47E5A

Color information

#A47E5A (or 0xA47E5A) is unknown color: approx Sorrell Brown. HEX triplet: A4, 7E and 5A. RGB value is (164,126,90). Sum of RGB (Red+Green+Blue) = 164+126+90=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E5A is #5B81A5. Grayscale: #858585. Windows color (decimal): -5996966 or 5930660. OLE color: 5930660.

HSL color Cylindrical-coordinate representation of color #A47E5A: hue angle of 29.19º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A47E5A is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16412690-
CMYK00.230.450.36
HSL29.19º29.13%49.8%-
HSV(B)29.19º45.12%64.31%-
XYZ24.6223.5512.92-
YUV133.26103.59149.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=43.16%
G=33.16%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641269000.230.450.3629.1929.1349.8
HexA47E5A0172D241d1d32
Octal2441761320275544353562
Binary10100100111111010110100101111011011001001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E5A; }

 p { color: rgb(164,126,90); }

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

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

 a { background-color: rgb(164,126,90); }

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

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

 span { border-color: rgb(164,126,90); }

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