#A8730D

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

Shades of Golden Brown #A8730D

Tints of Golden Brown #A8730D

Color information

#A8730D (or 0xA8730D) is unknown color: approx Golden Brown. HEX triplet: A8, 73 and 0D. RGB value is (168,115,13). Sum of RGB (Red+Green+Blue) = 168+115+13=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8730D is #578CF2. Grayscale: #777777. Windows color (decimal): -5737715 or 881576. OLE color: 881576.

HSL color Cylindrical-coordinate representation of color #A8730D: hue angle of 39.48º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8730D is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB16811513-
CMYK00.320.920.34
HSL39.48º85.64%35.49%-
HSV(B)39.48º92.26%65.88%-
XYZ22.3520.623.18-
YUV119.2268.06162.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.76%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 13 (5.47% from 255) = 4.39%
R=56.76%
G=38.85%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681151300.320.920.3439.4885.6435.49
HexA873D0205C22275623
Octal25016315040134424712643
Binary1010100011100111101010000010111001000101001111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8730D; }

 p { color: rgb(168,115,13); }

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

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

 a { background-color: rgb(168,115,13); }

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

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

 span { border-color: rgb(168,115,13); }

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