#A26107

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

Shades of Golden Brown #A26107

Tints of Golden Brown #A26107

Color information

#A26107 (or 0xA26107) is unknown color: approx Golden Brown. HEX triplet: A2, 61 and 07. RGB value is (162,97,7). Sum of RGB (Red+Green+Blue) = 162+97+7=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A26107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26107 is #5D9EF8. Grayscale: #6A6A6A. Windows color (decimal): -6135545 or 483746. OLE color: 483746.

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

Color convert

RGB162977-
CMYK00.400.960.36
HSL34.84º91.72%33.14%-
HSV(B)34.84º95.68%63.53%-
XYZ19.2116.252.32-
YUV106.1872.03167.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 7 (3.12% from 255) = 2.63%
R=60.90%
G=36.47%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16297700.400.960.3634.8491.7233.14
HexA26170286024235c21
Octal2421417050140444313441
Binary101000101100001111010100011000001001001000111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26107; }

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

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

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

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

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

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

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

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