#A85500

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

Shades of Golden Brown #A85500

Tints of Golden Brown #A85500

Color information

#A85500 (or 0xA85500) is unknown color: approx Golden Brown. HEX triplet: A8, 55 and 00. RGB value is (168,85,0). Sum of RGB (Red+Green+Blue) = 168+85+0=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A85500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85500 is #57AAFF. Grayscale: #646464. Windows color (decimal): -5745408 or 21928. OLE color: 21928.

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

Color convert

RGB168850-
CMYK00.4910.34
HSL30.36º100%32.94%-
HSV(B)30.36º100%65.88%-
XYZ19.414.821.84-
YUV100.1371.5176.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.40%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.40%
G=33.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16885000.4910.3430.3610032.94
HexA855003164221e6421
Octal2501250061144423614441
Binary101010001010101001100011100100100010111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85500; }

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

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

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

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

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

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

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

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