#A35C09

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

Shades of Golden Brown #A35C09

Tints of Golden Brown #A35C09

Color information

#A35C09 (or 0xA35C09) is unknown color: approx Golden Brown. HEX triplet: A3, 5C and 09. RGB value is (163,92,9). Sum of RGB (Red+Green+Blue) = 163+92+9=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35C09 is #5CA3F6. Grayscale: #686868. Windows color (decimal): -6071287 or 613539. OLE color: 613539.

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

Color convert

RGB163929-
CMYK00.440.940.36
HSL32.34º89.53%33.73%-
HSV(B)32.34º94.48%63.92%-
XYZ18.9815.462.24-
YUV103.7774.52170.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.74%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 9 (3.91% from 255) = 3.41%
R=61.74%
G=34.85%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16392900.440.940.3632.3489.5333.73
HexA35C902C5E24205a22
Octal24313411054136444013242
Binary1010001110111001001010110010111101001001000001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C09; }

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

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

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

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

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

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

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

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