#A3660E

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

Shades of Golden Brown #A3660E

Tints of Golden Brown #A3660E

Color information

#A3660E (or 0xA3660E) is unknown color: approx Golden Brown. HEX triplet: A3, 66 and 0E. RGB value is (163,102,14). Sum of RGB (Red+Green+Blue) = 163+102+14=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A3660E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3660E is #5C99F1. Grayscale: #6E6E6E. Windows color (decimal): -6068722 or 943779. OLE color: 943779.

HSL color Cylindrical-coordinate representation of color #A3660E: hue angle of 35.44º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3660E is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16310214-
CMYK00.370.910.36
HSL35.44º84.18%34.71%-
HSV(B)35.44º91.41%63.92%-
XYZ19.9317.322.71-
YUV110.2173.71165.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.42%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 14 (5.86% from 255) = 5.02%
R=58.42%
G=36.56%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631021400.370.910.3635.4484.1834.71
HexA366E0255B24235423
Octal24314616045133444312443
Binary1010001111001101110010010110110111001001000111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3660E; }

 p { color: rgb(163,102,14); }

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

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

 a { background-color: rgb(163,102,14); }

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

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

 span { border-color: rgb(163,102,14); }

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