#A56200

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

Shades of Golden Brown #A56200

Tints of Golden Brown #A56200

Color information

#A56200 (or 0xA56200) is unknown color: approx Golden Brown. HEX triplet: A5, 62 and 00. RGB value is (165,98,0). Sum of RGB (Red+Green+Blue) = 165+98+0=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A56200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56200 is #5A9DFF. Grayscale: #6B6B6B. Windows color (decimal): -5938688 or 25253. OLE color: 25253.

HSL color Cylindrical-coordinate representation of color #A56200: hue angle of 35.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A56200 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB165980-
CMYK00.4110.35
HSL35.64º100%32.35%-
HSV(B)35.64º100%64.71%-
XYZ19.8816.732.18-
YUV106.8667.7169.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.74%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.74%
G=37.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16598000.4110.3535.6410032.35
HexA56200296423246420
Octal2451420051144434414440
Binary1010010111000100010100111001001000111001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56200; }

 p { color: rgb(165,98,0); }

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

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

 a { background-color: rgb(165,98,0); }

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

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

 span { border-color: rgb(165,98,0); }

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