Html Css Color HEX #A56511 Golden Brown

📋 copy color: '#A56511'

red 165 ◦ green 101 ◦ blue 17

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

Shades of Golden Brown #A56511

Tints of Golden Brown #A56511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

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

R = 58.3%
G = 35.69%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A56511 (or 0xA56511) is known color: Golden Brown. HEX triplet: A5, 65 and 11. RGB value is (165,101,17). Sum of RGB (Red+Green+Blue) = 165+101+17=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A56511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56511 is #5A9AEE. Grayscale: #6E6E6E. Windows color (decimal): -5937903 or 1140133. OLE color: 1140133.

HSL color Cylindrical-coordinate representation of color #A56511: hue angle of 34.05º 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 #A56511 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 101 17 -
CMYK 0 0.39 0.90 0.35
HSL 34.05º 0.81% 0.36% -
HSV(B) 34.05º 0.9% 0.65% -
XYZ 20.27 17.35 2.81 -
YUV 110.56 75.2 166.83 -
System Red Green Blue C M Y K H S L
Decimal 165 101 17 0 0.39 0.90 0.35 34.05 0.81 0.36
Hex A5 65 11 0 27 5A 23 22 51 24
Octal 245 145 21 0 47 132 43 42 121 44
Binary 10100101 1100101 10001 0 100111 1011010 100011 100010 1010001 100100

Color Harmonies of #A56511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56511

Black with #A56511

Text Example


Text Example

White with #A56511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56511; }

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

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

background-color css

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

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

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

border-color css

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

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

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