#A35900

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

Shades of Golden Brown #A35900

Tints of Golden Brown #A35900

Color information

#A35900 (or 0xA35900) is unknown color: approx Golden Brown. HEX triplet: A3, 59 and 00. RGB value is (163,89,0). Sum of RGB (Red+Green+Blue) = 163+89+0=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A35900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35900 is #5CA6FF. Grayscale: #656565. Windows color (decimal): -6072064 or 22947. OLE color: 22947.

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

Color convert

RGB163890-
CMYK00.4510.36
HSL32.76º100%31.96%-
HSV(B)32.76º100%63.92%-
XYZ18.6814.931.9-
YUV100.9871.02172.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.68%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.68%
G=35.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16389000.4510.3632.7610031.96
HexA359002D6424216420
Octal2431310055144444114440
Binary1010001110110010010110111001001001001000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35900; }

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

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

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

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

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

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

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

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