#A17F5D

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

Shades of Sorrell Brown #A17F5D

Tints of Sorrell Brown #A17F5D

Color information

#A17F5D (or 0xA17F5D) is unknown color: approx Sorrell Brown. HEX triplet: A1, 7F and 5D. RGB value is (161,127,93). Sum of RGB (Red+Green+Blue) = 161+127+93=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F5D is #5E80A2. Grayscale: #858585. Windows color (decimal): -6193315 or 6127521. OLE color: 6127521.

HSL color Cylindrical-coordinate representation of color #A17F5D: hue angle of 30º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A17F5D is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB16112793-
CMYK00.210.420.37
HSL30º26.77%49.8%-
HSV(B)30º42.24%63.14%-
XYZ24.2623.5513.62-
YUV133.29105.26147.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=42.26%
G=33.33%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611279300.210.420.373026.7749.8
HexA17F5D0152A251e1b32
Octal2411771350255245363362
Binary10100001111111110111010101011010101001011111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F5D; }

 p { color: rgb(161,127,93); }

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

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

 a { background-color: rgb(161,127,93); }

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

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

 span { border-color: rgb(161,127,93); }

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