#A85803

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

Shades of Golden Brown #A85803

Tints of Golden Brown #A85803

Color information

#A85803 (or 0xA85803) is unknown color: approx Golden Brown. HEX triplet: A8, 58 and 03. RGB value is (168,88,3). Sum of RGB (Red+Green+Blue) = 168+88+3=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A85803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85803 is #57A7FC. Grayscale: #666666. Windows color (decimal): -5744637 or 219304. OLE color: 219304.

HSL color Cylindrical-coordinate representation of color #A85803: hue angle of 30.91º 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 #A85803 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB168883-
CMYK00.480.980.34
HSL30.91º96.49%33.53%-
HSV(B)30.91º98.21%65.88%-
XYZ19.6515.312.01-
YUV102.2372174.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.86%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 3 (1.56% from 255) = 1.16%
R=64.86%
G=33.98%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16888300.480.980.3430.9196.4933.53
HexA858303062221f6022
Octal2501303060142423714042
Binary1010100010110001101100001100010100010111111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85803; }

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

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

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

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

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

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

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

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