#A57F5B

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

Shades of Sorrell Brown #A57F5B

Tints of Sorrell Brown #A57F5B

Color information

#A57F5B (or 0xA57F5B) is unknown color: approx Sorrell Brown. HEX triplet: A5, 7F and 5B. RGB value is (165,127,91). Sum of RGB (Red+Green+Blue) = 165+127+91=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F5B is #5A80A4. Grayscale: #868686. Windows color (decimal): -5931173 or 5996453. OLE color: 5996453.

HSL color Cylindrical-coordinate representation of color #A57F5B: hue angle of 29.19º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A57F5B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16512791-
CMYK00.230.450.35
HSL29.19º29.13%50.2%-
HSV(B)29.19º44.85%64.71%-
XYZ24.9923.9313.2-
YUV134.26103.59149.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=43.08%
G=33.16%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651279100.230.450.3529.1929.1350.2
HexA57F5B0172D231d1d32
Octal2451771330275543353562
Binary10100101111111110110110101111011011000111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F5B; }

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

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

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

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

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

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

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

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