#A26B09

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

Shades of Golden Brown #A26B09

Tints of Golden Brown #A26B09

Color information

#A26B09 (or 0xA26B09) is unknown color: approx Golden Brown. HEX triplet: A2, 6B and 09. RGB value is (162,107,9). Sum of RGB (Red+Green+Blue) = 162+107+9=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26B09 is #5D94F6. Grayscale: #707070. Windows color (decimal): -6132983 or 617378. OLE color: 617378.

HSL color Cylindrical-coordinate representation of color #A26B09: hue angle of 38.43º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A26B09 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1621079-
CMYK00.340.940.36
HSL38.43º89.47%33.53%-
HSV(B)38.43º94.44%63.53%-
XYZ20.2118.222.71-
YUV112.2769.72163.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 9 (3.91% from 255) = 3.24%
R=58.27%
G=38.49%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162107900.340.940.3638.4389.4733.53
HexA26B90225E24265922
Octal24215311042136444613142
Binary1010001011010111001010001010111101001001001101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26B09; }

 p { color: rgb(162,107,9); }

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

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

 a { background-color: rgb(162,107,9); }

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

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

 span { border-color: rgb(162,107,9); }

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