#A37300

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

Shades of Golden Brown #A37300

Tints of Golden Brown #A37300

Color information

#A37300 (or 0xA37300) is unknown color: approx Golden Brown. HEX triplet: A3, 73 and 00. RGB value is (163,115,0). Sum of RGB (Red+Green+Blue) = 163+115+0=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A37300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37300 is #5C8CFF. Grayscale: #747474. Windows color (decimal): -6065408 or 29603. OLE color: 29603.

HSL color Cylindrical-coordinate representation of color #A37300: hue angle of 42.33º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A37300 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1631150-
CMYK00.2910.36
HSL42.33º100%31.96%-
HSV(B)42.33º100%63.92%-
XYZ21.2320.052.75-
YUV116.2462.4161.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.63%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.63%
G=41.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163115000.2910.3642.3310031.96
HexA373001D64242a6420
Octal2431630035144445214440
Binary101000111110011001110111001001001001010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37300; }

 p { color: rgb(163,115,0); }

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

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

 a { background-color: rgb(163,115,0); }

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

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

 span { border-color: rgb(163,115,0); }

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