#A0680D

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

Shades of Golden Brown #A0680D

Tints of Golden Brown #A0680D

Color information

#A0680D (or 0xA0680D) is unknown color: approx Golden Brown. HEX triplet: A0, 68 and 0D. RGB value is (160,104,13). Sum of RGB (Red+Green+Blue) = 160+104+13=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0680D is #5F97F2. Grayscale: #6E6E6E. Windows color (decimal): -6264819 or 878752. OLE color: 878752.

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

Color convert

RGB16010413-
CMYK00.350.920.37
HSL37.14º84.97%33.92%-
HSV(B)37.14º91.87%62.75%-
XYZ19.5217.42.71-
YUV110.3773.05163.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 13 (5.47% from 255) = 4.69%
R=57.76%
G=37.55%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601041300.350.920.3737.1484.9733.92
HexA068D0235C25255522
Octal24015015043134454512542
Binary1010000011010001101010001110111001001011001011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0680D; }

 p { color: rgb(160,104,13); }

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

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

 a { background-color: rgb(160,104,13); }

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

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

 span { border-color: rgb(160,104,13); }

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