Html Css Color HEX #A3560C Golden Brown

📋 copy color: '#A3560C'

red 163 ◦ green 86 ◦ blue 12

#A3560C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A3560C

Tints of Golden Brown #A3560C

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.6%

R = 62.45%
G = 32.95%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3560C (or 0xA3560C) is known color: 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

RGB 163 86 12 -
CMYK 0 0.47 0.93 0.36
HSL 29.4º 0.86% 0.34% -
HSV(B) 29.4º 0.93% 0.64% -
XYZ 18.5 14.47 2.17 -
YUV 100.59 78.01 172.52 -
System Red Green Blue C M Y K H S L
Decimal 163 86 12 0 0.47 0.93 0.36 29.4 0.86 0.34
Hex A3 56 C 0 2F 5D 24 1D 56 22
Octal 243 126 14 0 57 135 44 35 126 42
Binary 10100011 1010110 1100 0 101111 1011101 100100 11101 1010110 100010

Color Harmonies of #A3560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3560C

Black with #A3560C

Text Example


Text Example

White with #A3560C

Text Example


Text Example

HTML Codes & Css Web 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>