#A26007

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

Shades of Golden Brown #A26007

Tints of Golden Brown #A26007

Color information

#A26007 (or 0xA26007) is unknown color: approx Golden Brown. HEX triplet: A2, 60 and 07. RGB value is (162,96,7). Sum of RGB (Red+Green+Blue) = 162+96+7=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A26007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26007 is #5D9FF8. Grayscale: #6A6A6A. Windows color (decimal): -6135801 or 483490. OLE color: 483490.

HSL color Cylindrical-coordinate representation of color #A26007: hue angle of 34.45º 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 #A26007 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB162967-
CMYK00.410.960.36
HSL34.45º91.72%33.14%-
HSV(B)34.45º95.68%63.53%-
XYZ19.1216.062.29-
YUV105.5972.37168.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 7 (3.12% from 255) = 2.64%
R=61.13%
G=36.23%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16296700.410.960.3634.4591.7233.14
HexA26070296024225c21
Octal2421407051140444213441
Binary101000101100000111010100111000001001001000101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26007; }

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

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

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

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

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

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

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

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