#A27F61

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

Shades of Sorrell Brown #A27F61

Tints of Sorrell Brown #A27F61

Color information

#A27F61 (or 0xA27F61) is unknown color: approx Sorrell Brown. HEX triplet: A2, 7F and 61. RGB value is (162,127,97). Sum of RGB (Red+Green+Blue) = 162+127+97=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F61 is #5D809E. Grayscale: #868686. Windows color (decimal): -6127775 or 6389666. OLE color: 6389666.

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

Color convert

RGB16212797-
CMYK00.220.400.36
HSL27.69º25.9%50.78%-
HSV(B)27.69º40.12%63.53%-
XYZ24.6523.7214.59-
YUV134.04107.1147.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=41.97%
G=32.90%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621279700.220.400.3627.6925.950.78
HexA27F6101628241c1a33
Octal2421771410265044343263
Binary10100010111111111000010101101010001001001110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F61; }

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

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

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

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

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

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

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

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