#A57212

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

Shades of Golden Brown #A57212

Tints of Golden Brown #A57212

Color information

#A57212 (or 0xA57212) is unknown color: approx Golden Brown. HEX triplet: A5, 72 and 12. RGB value is (165,114,18). Sum of RGB (Red+Green+Blue) = 165+114+18=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A57212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57212 is #5A8DED. Grayscale: #767676. Windows color (decimal): -5934574 or 1208997. OLE color: 1208997.

HSL color Cylindrical-coordinate representation of color #A57212: hue angle of 39.18º 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 #A57212 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16511418-
CMYK00.310.890.35
HSL39.18º80.33%35.88%-
HSV(B)39.18º89.09%64.71%-
XYZ21.6420.083.31-
YUV118.371.4161.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 18 (7.42% from 255) = 6.06%
R=55.56%
G=38.38%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651141800.310.890.3539.1880.3335.88
HexA5721201F5923275024
Octal24516222037131434712044
Binary1010010111100101001001111110110011000111001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57212; }

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

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

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

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

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

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

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

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