#A27E60

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

Shades of Sorrell Brown #A27E60

Tints of Sorrell Brown #A27E60

Color information

#A27E60 (or 0xA27E60) is unknown color: approx Sorrell Brown. HEX triplet: A2, 7E and 60. RGB value is (162,126,96). Sum of RGB (Red+Green+Blue) = 162+126+96=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E60 is #5D819F. Grayscale: #858585. Windows color (decimal): -6128032 or 6323874. OLE color: 6323874.

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

Color convert

RGB16212696-
CMYK00.220.410.36
HSL27.27º26.19%50.59%-
HSV(B)27.27º40.74%63.53%-
XYZ24.4723.4514.3-
YUV133.34106.93148.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 96 (37.89% from 255) = 25%
R=42.19%
G=32.81%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621269600.220.410.3627.2726.1950.59
HexA27E6001629241b1a33
Octal2421761400265144333263
Binary10100010111111011000000101101010011001001101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27E60; }

 p { color: rgb(162,126,96); }

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

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

 a { background-color: rgb(162,126,96); }

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

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

 span { border-color: rgb(162,126,96); }

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