#A37200

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

Shades of Golden Brown #A37200

Tints of Golden Brown #A37200

Color information

#A37200 (or 0xA37200) is unknown color: approx Golden Brown. HEX triplet: A3, 72 and 00. RGB value is (163,114,0). Sum of RGB (Red+Green+Blue) = 163+114+0=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A37200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37200 is #5C8DFF. Grayscale: #747474. Windows color (decimal): -6065664 or 29347. OLE color: 29347.

HSL color Cylindrical-coordinate representation of color #A37200: hue angle of 41.96º 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 #A37200 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1631140-
CMYK00.3010.36
HSL41.96º100%31.96%-
HSV(B)41.96º100%63.92%-
XYZ21.1219.822.71-
YUV115.6562.73161.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.84%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.84%
G=41.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163114000.3010.3641.9610031.96
HexA372001E64242a6420
Octal2431620036144445214440
Binary101000111110010001111011001001001001010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37200; }

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

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

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

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

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

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

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

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