#A27F5E

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

Shades of Sorrell Brown #A27F5E

Tints of Sorrell Brown #A27F5E

Color information

#A27F5E (or 0xA27F5E) is unknown color: approx Sorrell Brown. HEX triplet: A2, 7F and 5E. RGB value is (162,127,94). Sum of RGB (Red+Green+Blue) = 162+127+94=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F5E is #5D80A1. Grayscale: #858585. Windows color (decimal): -6127778 or 6193058. OLE color: 6193058.

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

Color convert

RGB16212794-
CMYK00.220.420.36
HSL29.12º26.77%50.2%-
HSV(B)29.12º41.98%63.53%-
XYZ24.5123.6713.87-
YUV133.7105.6148.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=42.30%
G=33.16%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621279400.220.420.3629.1226.7750.2
HexA27F5E0162A241d1b32
Octal2421771360265244353362
Binary10100010111111110111100101101010101001001110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F5E; }

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

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

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

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

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

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

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

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