#A3560A

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

Shades of Golden Brown #A3560A

Tints of Golden Brown #A3560A

Color information

#A3560A (or 0xA3560A) is unknown color: approx Golden Brown. HEX triplet: A3, 56 and 0A. RGB value is (163,86,10). Sum of RGB (Red+Green+Blue) = 163+86+10=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A3560A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3560A is #5CA9F5. Grayscale: #646464. Windows color (decimal): -6072822 or 677539. OLE color: 677539.

HSL color Cylindrical-coordinate representation of color #A3560A: hue angle of 29.8º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3560A is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1638610-
CMYK00.470.940.36
HSL29.8º88.44%33.92%-
HSV(B)29.8º93.87%63.92%-
XYZ18.4914.462.1-
YUV100.3677.01172.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.93%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 10 (4.30% from 255) = 3.86%
R=62.93%
G=33.20%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163861000.470.940.3629.888.4433.92
HexA356A02F5E241e5822
Octal24312612057136443613042
Binary101000111010110101001011111011110100100111101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3560A; }

 p { color: rgb(163,86,10); }

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

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

 a { background-color: rgb(163,86,10); }

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

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

 span { border-color: rgb(163,86,10); }

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