Html Css Color HEX #A56C11 Golden Brown

📋 copy color: '#A56C11'

red 165 ◦ green 108 ◦ blue 17

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

Shades of Golden Brown #A56C11

Tints of Golden Brown #A56C11

RGB

 RED value IS 165 (64.84% from 255) = 56.9%

 GREEN value IS 108 (42.58% from 255) = 37.24%

 BLUE value IS 17 (7.03% from 255) = 5.86%

R = 56.9%
G = 37.24%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A56C11 (or 0xA56C11) is known color: Golden Brown. HEX triplet: A5, 6C and 11. RGB value is (165,108,17). Sum of RGB (Red+Green+Blue) = 165+108+17=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56C11 is #5A93EE. Grayscale: #737373. Windows color (decimal): -5936111 or 1141925. OLE color: 1141925.

HSL color Cylindrical-coordinate representation of color #A56C11: hue angle of 36.89º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A56C11 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 108 17 -
CMYK 0 0.35 0.90 0.35
HSL 36.89º 0.81% 0.36% -
HSV(B) 36.89º 0.9% 0.65% -
XYZ 20.98 18.76 3.05 -
YUV 114.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 165 108 17 0 0.35 0.90 0.35 36.89 0.81 0.36
Hex A5 6C 11 0 23 5A 23 25 51 24
Octal 245 154 21 0 43 132 43 45 121 44
Binary 10100101 1101100 10001 0 100011 1011010 100011 100101 1010001 100100

Color Harmonies of #A56C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56C11

Black with #A56C11

Text Example


Text Example

White with #A56C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56C11; }

 p { color: rgb(165,108,17); }

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

background-color css

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

 a { background-color: rgb(165,108,17); }

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

border-color css

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

 span { border-color: rgb(165,108,17); }

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