Html Css Color HEX #A6560D Golden Brown

📋 copy color: '#A6560D'

red 166 ◦ green 86 ◦ blue 13

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

Shades of Golden Brown #A6560D

Tints of Golden Brown #A6560D

RGB

 RED value IS 166 (65.23% from 255) = 62.64%

 GREEN value IS 86 (33.98% from 255) = 32.45%

 BLUE value IS 13 (5.47% from 255) = 4.91%

R = 62.64%
G = 32.45%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6560D (or 0xA6560D) is known color: Golden Brown. HEX triplet: A6, 56 and 0D. RGB value is (166,86,13). Sum of RGB (Red+Green+Blue) = 166+86+13=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6560D is #59A9F2. Grayscale: #656565. Windows color (decimal): -5876211 or 874150. OLE color: 874150.

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

Color convert

RGB 166 86 13 -
CMYK 0 0.48 0.92 0.35
HSL 28.63º 0.85% 0.35% -
HSV(B) 28.63º 0.92% 0.65% -
XYZ 19.13 14.79 2.23 -
YUV 101.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 166 86 13 0 0.48 0.92 0.35 28.63 0.85 0.35
Hex A6 56 D 0 30 5C 23 1D 55 23
Octal 246 126 15 0 60 134 43 35 125 43
Binary 10100110 1010110 1101 0 110000 1011100 100011 11101 1010101 100011

Color Harmonies of #A6560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6560D

Black with #A6560D

Text Example


Text Example

White with #A6560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6560D; }

 p { color: rgb(166,86,13); }

 H1.HeaderClassName
 {
   color: #A6560D;
 }
 .AnyTagClassName
 {
   color: #A6560D;
 }
</style>

background-color css

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

 a { background-color: rgb(166,86,13); }

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

border-color css

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

 span { border-color: rgb(166,86,13); }

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