#A67103

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

Shades of Golden Brown #A67103

Tints of Golden Brown #A67103

Color information

#A67103 (or 0xA67103) is unknown color: approx Golden Brown. HEX triplet: A6, 71 and 03. RGB value is (166,113,3). Sum of RGB (Red+Green+Blue) = 166+113+3=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A67103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67103 is #598EFC. Grayscale: #747474. Windows color (decimal): -5869309 or 225702. OLE color: 225702.

HSL color Cylindrical-coordinate representation of color #A67103: hue angle of 40.49º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A67103 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB1661133-
CMYK00.320.980.35
HSL40.49º96.45%33.14%-
HSV(B)40.49º98.19%65.1%-
XYZ21.6519.922.79-
YUV116.3164.06163.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.87%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 3 (1.56% from 255) = 1.06%
R=58.87%
G=40.07%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166113300.320.980.3540.4996.4533.14
HexA67130206223286021
Octal2461613040142435014041
Binary10100110111000111010000011000101000111010001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67103; }

 p { color: rgb(166,113,3); }

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

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

 a { background-color: rgb(166,113,3); }

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

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

 span { border-color: rgb(166,113,3); }

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