#A3560C

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

Shades of Golden Brown #A3560C

Tints of Golden Brown #A3560C

Color information

#A3560C (or 0xA3560C) is unknown color: approx Golden Brown. HEX triplet: A3, 56 and 0C. RGB value is (163,86,12). Sum of RGB (Red+Green+Blue) = 163+86+12=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A3560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3560C is #5CA9F3. Grayscale: #646464. Windows color (decimal): -6072820 or 808611. OLE color: 808611.

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

Color convert

RGB1638612-
CMYK00.470.930.36
HSL29.4º86.29%34.31%-
HSV(B)29.4º92.64%63.92%-
XYZ18.514.472.17-
YUV100.5978.01172.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.45%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 12 (5.08% from 255) = 4.60%
R=62.45%
G=32.95%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163861200.470.930.3629.486.2934.31
HexA356C02F5D241d5622
Octal24312614057135443512642
Binary101000111010110110001011111011101100100111011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3560C; }

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

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

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

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

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

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

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

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