#A26103

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

Shades of Golden Brown #A26103

Tints of Golden Brown #A26103

Color information

#A26103 (or 0xA26103) is unknown color: approx Golden Brown. HEX triplet: A2, 61 and 03. RGB value is (162,97,3). Sum of RGB (Red+Green+Blue) = 162+97+3=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A26103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26103 is #5D9EFC. Grayscale: #6A6A6A. Windows color (decimal): -6135549 or 221602. OLE color: 221602.

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

Color convert

RGB162973-
CMYK00.400.980.36
HSL35.47º96.36%32.35%-
HSV(B)35.47º98.15%63.53%-
XYZ19.1916.242.21-
YUV105.7270.03168.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=61.83%
G=37.02%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16297300.400.980.3635.4796.3632.35
HexA26130286224236020
Octal2421413050142444314040
Binary10100010110000111010100011000101001001000111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26103; }

 p { color: rgb(162,97,3); }

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

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

 a { background-color: rgb(162,97,3); }

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

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

 span { border-color: rgb(162,97,3); }

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