#A85E03

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

Shades of Golden Brown #A85E03

Tints of Golden Brown #A85E03

Color information

#A85E03 (or 0xA85E03) is unknown color: approx Golden Brown. HEX triplet: A8, 5E and 03. RGB value is (168,94,3). Sum of RGB (Red+Green+Blue) = 168+94+3=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85E03 is #57A1FC. Grayscale: #6A6A6A. Windows color (decimal): -5743101 or 220840. OLE color: 220840.

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

Color convert

RGB168943-
CMYK00.440.980.34
HSL33.09º96.49%33.53%-
HSV(B)33.09º98.21%65.88%-
XYZ20.1716.342.18-
YUV105.7570.02172.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.40%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 3 (1.56% from 255) = 1.13%
R=63.40%
G=35.47%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16894300.440.980.3433.0996.4933.53
HexA85E302C6222216022
Octal2501363054142424114042
Binary10101000101111011010110011000101000101000011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E03; }

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

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

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

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

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

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

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

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