#A27F5B

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

Shades of Sorrell Brown #A27F5B

Tints of Sorrell Brown #A27F5B

Color information

#A27F5B (or 0xA27F5B) is unknown color: approx Sorrell Brown. HEX triplet: A2, 7F and 5B. RGB value is (162,127,91). Sum of RGB (Red+Green+Blue) = 162+127+91=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F5B is #5D80A4. Grayscale: #858585. Windows color (decimal): -6127781 or 5996450. OLE color: 5996450.

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

Color convert

RGB16212791-
CMYK00.220.440.36
HSL30.42º28.06%49.61%-
HSV(B)30.42º43.83%63.53%-
XYZ24.3823.6213.17-
YUV133.36104.1148.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 91 (35.94% from 255) = 23.95%
R=42.63%
G=33.42%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621279100.220.440.3630.4228.0649.61
HexA27F5B0162C241e1c32
Octal2421771330265444363462
Binary10100010111111110110110101101011001001001111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F5B; }

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

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

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

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

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

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

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

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