#A27C5E

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

Shades of Sorrell Brown #A27C5E

Tints of Sorrell Brown #A27C5E

Color information

#A27C5E (or 0xA27C5E) is unknown color: approx Sorrell Brown. HEX triplet: A2, 7C and 5E. RGB value is (162,124,94). Sum of RGB (Red+Green+Blue) = 162+124+94=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C5E is #5D83A1. Grayscale: #848484. Windows color (decimal): -6128546 or 6192290. OLE color: 6192290.

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

Color convert

RGB16212494-
CMYK00.230.420.36
HSL26.47º26.77%50.2%-
HSV(B)26.47º41.98%63.53%-
XYZ24.1322.913.74-
YUV131.94106.59149.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 94 (37.11% from 255) = 24.74%
R=42.63%
G=32.63%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621249400.230.420.3626.4726.7750.2
HexA27C5E0172A241a1b32
Octal2421741360275244323362
Binary10100010111110010111100101111010101001001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C5E; }

 p { color: rgb(162,124,94); }

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

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

 a { background-color: rgb(162,124,94); }

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

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

 span { border-color: rgb(162,124,94); }

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