#A26C03

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

Shades of Golden Brown #A26C03

Tints of Golden Brown #A26C03

Color information

#A26C03 (or 0xA26C03) is unknown color: approx Golden Brown. HEX triplet: A2, 6C and 03. RGB value is (162,108,3). Sum of RGB (Red+Green+Blue) = 162+108+3=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26C03 is #5D93FC. Grayscale: #707070. Windows color (decimal): -6132733 or 224418. OLE color: 224418.

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

Color convert

RGB1621083-
CMYK00.330.980.36
HSL39.62º96.36%32.35%-
HSV(B)39.62º98.15%63.53%-
XYZ20.2818.412.57-
YUV112.1866.39163.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 108 (42.58% from 255) = 39.56%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=59.34%
G=39.56%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162108300.330.980.3639.6296.3632.35
HexA26C30216224286020
Octal2421543041142445014040
Binary10100010110110011010000111000101001001010001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C03; }

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

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

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

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

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

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

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

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