#A35909

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

Shades of Golden Brown #A35909

Tints of Golden Brown #A35909

Color information

#A35909 (or 0xA35909) is unknown color: approx Golden Brown. HEX triplet: A3, 59 and 09. RGB value is (163,89,9). Sum of RGB (Red+Green+Blue) = 163+89+9=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A35909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35909 is #5CA6F6. Grayscale: #666666. Windows color (decimal): -6072055 or 612771. OLE color: 612771.

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

Color convert

RGB163899-
CMYK00.450.940.36
HSL31.17º89.53%33.73%-
HSV(B)31.17º94.48%63.92%-
XYZ18.7314.952.16-
YUV102.0175.52171.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.45%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 9 (3.91% from 255) = 3.45%
R=62.45%
G=34.10%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16389900.450.940.3631.1789.5333.73
HexA359902D5E241f5a22
Octal24313111055136443713242
Binary101000111011001100101011011011110100100111111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35909; }

 p { color: rgb(163,89,9); }

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

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

 a { background-color: rgb(163,89,9); }

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

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

 span { border-color: rgb(163,89,9); }

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