#A26F09

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

Shades of Golden Brown #A26F09

Tints of Golden Brown #A26F09

Color information

#A26F09 (or 0xA26F09) is unknown color: approx Golden Brown. HEX triplet: A2, 6F and 09. RGB value is (162,111,9). Sum of RGB (Red+Green+Blue) = 162+111+9=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26F09 is #5D90F6. Grayscale: #737373. Windows color (decimal): -6131959 or 618402. OLE color: 618402.

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

Color convert

RGB1621119-
CMYK00.310.940.36
HSL40º89.47%33.53%-
HSV(B)40º94.44%63.53%-
XYZ20.6319.072.85-
YUV114.6268.4161.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 111 (43.75% from 255) = 39.36%
BLUE value IS 9 (3.91% from 255) = 3.19%
R=57.45%
G=39.36%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162111900.310.940.364089.4733.53
HexA26F901F5E24285922
Octal24215711037136445013142
Binary101000101101111100101111110111101001001010001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F09; }

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

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

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

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

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

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

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

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