#A37605

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

Shades of Golden Brown #A37605

Tints of Golden Brown #A37605

Color information

#A37605 (or 0xA37605) is unknown color: approx Golden Brown. HEX triplet: A3, 76 and 05. RGB value is (163,118,5). Sum of RGB (Red+Green+Blue) = 163+118+5=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A37605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37605 is #5C89FA. Grayscale: #777777. Windows color (decimal): -6064635 or 358051. OLE color: 358051.

HSL color Cylindrical-coordinate representation of color #A37605: hue angle of 42.91º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A37605 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB1631185-
CMYK00.280.970.36
HSL42.91º94.05%32.94%-
HSV(B)42.91º96.93%63.92%-
XYZ21.6120.753.01-
YUV118.5763.91159.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.99%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=56.99%
G=41.26%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163118500.280.970.3642.9194.0532.94
HexA376501C61242b5e21
Octal2431665034141445313641
Binary10100011111011010101110011000011001001010111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37605; }

 p { color: rgb(163,118,5); }

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

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

 a { background-color: rgb(163,118,5); }

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

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

 span { border-color: rgb(163,118,5); }

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