#A57112

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

Shades of Golden Brown #A57112

Tints of Golden Brown #A57112

Color information

#A57112 (or 0xA57112) is unknown color: approx Golden Brown. HEX triplet: A5, 71 and 12. RGB value is (165,113,18). Sum of RGB (Red+Green+Blue) = 165+113+18=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A57112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57112 is #5A8EED. Grayscale: #767676. Windows color (decimal): -5934830 or 1208741. OLE color: 1208741.

HSL color Cylindrical-coordinate representation of color #A57112: hue angle of 38.78º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A57112 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16511318-
CMYK00.320.890.35
HSL38.78º80.33%35.88%-
HSV(B)38.78º89.09%64.71%-
XYZ21.5319.853.27-
YUV117.7271.73161.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.74%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 18 (7.42% from 255) = 6.08%
R=55.74%
G=38.18%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651131800.320.890.3538.7880.3335.88
HexA571120205923275024
Octal24516122040131434712044
Binary10100101111000110010010000010110011000111001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57112; }

 p { color: rgb(165,113,18); }

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

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

 a { background-color: rgb(165,113,18); }

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

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

 span { border-color: rgb(165,113,18); }

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