#A85D03

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

Shades of Golden Brown #A85D03

Tints of Golden Brown #A85D03

Color information

#A85D03 (or 0xA85D03) is unknown color: approx Golden Brown. HEX triplet: A8, 5D and 03. RGB value is (168,93,3). Sum of RGB (Red+Green+Blue) = 168+93+3=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85D03 is #57A2FC. Grayscale: #696969. Windows color (decimal): -5743357 or 220584. OLE color: 220584.

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

Color convert

RGB168933-
CMYK00.450.980.34
HSL32.73º96.49%33.53%-
HSV(B)32.73º98.21%65.88%-
XYZ20.0816.162.15-
YUV105.1670.35172.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.64%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=63.64%
G=35.23%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16893300.450.980.3432.7396.4933.53
HexA85D302D6222216022
Octal2501353055142424114042
Binary10101000101110111010110111000101000101000011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85D03; }

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

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

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

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

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

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

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

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