#A85403

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

Shades of Golden Brown #A85403

Tints of Golden Brown #A85403

Color information

#A85403 (or 0xA85403) is unknown color: approx Golden Brown. HEX triplet: A8, 54 and 03. RGB value is (168,84,3). Sum of RGB (Red+Green+Blue) = 168+84+3=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A85403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85403 is #57ABFC. Grayscale: #646464. Windows color (decimal): -5745661 or 218280. OLE color: 218280.

HSL color Cylindrical-coordinate representation of color #A85403: hue angle of 29.45º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A85403 is Cyan = 0, Magento = 0.5, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB168843-
CMYK00.50.980.34
HSL29.45º96.49%33.53%-
HSV(B)29.45º98.21%65.88%-
XYZ19.3414.671.9-
YUV99.8873.33176.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.88%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 3 (1.56% from 255) = 1.18%
R=65.88%
G=32.94%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16884300.50.980.3429.4596.4933.53
HexA854303262221d6022
Octal2501243062142423514042
Binary1010100010101001101100101100010100010111011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85403; }

 p { color: rgb(168,84,3); }

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

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

 a { background-color: rgb(168,84,3); }

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

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

 span { border-color: rgb(168,84,3); }

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