#A85400

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

Shades of Golden Brown #A85400

Tints of Golden Brown #A85400

Color information

#A85400 (or 0xA85400) is unknown color: approx Golden Brown. HEX triplet: A8, 54 and 00. RGB value is (168,84,0). Sum of RGB (Red+Green+Blue) = 168+84+0=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A85400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85400 is #57ABFF. Grayscale: #636363. Windows color (decimal): -5745664 or 21672. OLE color: 21672.

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

Color convert

RGB168840-
CMYK00.510.34
HSL30º100%32.94%-
HSV(B)30º100%65.88%-
XYZ19.3214.671.81-
YUV99.5471.83176.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.67%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16884000.510.343010032.94
HexA854003264221e6421
Octal2501240062144423614441
Binary101010001010100001100101100100100010111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85400; }

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

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

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

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

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

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

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

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