#A27E5C

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

Shades of Sorrell Brown #A27E5C

Tints of Sorrell Brown #A27E5C

Color information

#A27E5C (or 0xA27E5C) is unknown color: approx Sorrell Brown. HEX triplet: A2, 7E and 5C. RGB value is (162,126,92). Sum of RGB (Red+Green+Blue) = 162+126+92=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E5C is #5D81A3. Grayscale: #858585. Windows color (decimal): -6128036 or 6061730. OLE color: 6061730.

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

Color convert

RGB16212692-
CMYK00.220.430.36
HSL29.14º27.56%49.8%-
HSV(B)29.14º43.21%63.53%-
XYZ24.2923.3813.36-
YUV132.89104.93148.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=42.63%
G=33.16%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621269200.220.430.3629.1427.5649.8
HexA27E5C0162B241d1c32
Octal2421761340265344353462
Binary10100010111111010111000101101010111001001110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27E5C; }

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

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

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

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

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

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

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

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