#A26204

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

Shades of Golden Brown #A26204

Tints of Golden Brown #A26204

Color information

#A26204 (or 0xA26204) is unknown color: approx Golden Brown. HEX triplet: A2, 62 and 04. RGB value is (162,98,4). Sum of RGB (Red+Green+Blue) = 162+98+4=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A26204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26204 is #5D9DFB. Grayscale: #6A6A6A. Windows color (decimal): -6135292 or 287394. OLE color: 287394.

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

Color convert

RGB162984-
CMYK00.400.980.36
HSL35.7º95.18%32.55%-
HSV(B)35.7º97.53%63.53%-
XYZ19.2916.432.27-
YUV106.4270.2167.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=61.36%
G=37.12%
B=1.52%

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
Decimal16298400.400.980.3635.795.1832.55
HexA26240286224245f21
Octal2421424050142444413741
Binary101000101100010100010100011000101001001001001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26204; }

 p { color: rgb(162,98,4); }

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

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

 a { background-color: rgb(162,98,4); }

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

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

 span { border-color: rgb(162,98,4); }

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