#A85E01

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

Shades of Golden Brown #A85E01

Tints of Golden Brown #A85E01

Color information

#A85E01 (or 0xA85E01) is unknown color: approx Golden Brown. HEX triplet: A8, 5E and 01. RGB value is (168,94,1). Sum of RGB (Red+Green+Blue) = 168+94+1=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85E01 is #57A1FE. Grayscale: #696969. Windows color (decimal): -5743103 or 89768. OLE color: 89768.

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

Color convert

RGB168941-
CMYK00.440.990.34
HSL33.41º98.82%33.14%-
HSV(B)33.41º99.4%65.88%-
XYZ20.1616.332.12-
YUV105.5269.02172.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.88%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=63.88%
G=35.74%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16894100.440.990.3433.4198.8233.14
HexA85E102C6322216321
Octal2501361054143424114341
Binary1010100010111101010110011000111000101000011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E01; }

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

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

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

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

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

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

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

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