Html Css Color HEX #A56D16 Golden Brown

📋 copy color: '#A56D16'

red 165 ◦ green 109 ◦ blue 22

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

Shades of Golden Brown #A56D16

Tints of Golden Brown #A56D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.82%

 BLUE value IS 22 (8.98% from 255) = 7.43%

R = 55.74%
G = 36.82%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A56D16 (or 0xA56D16) is known color: Golden Brown. HEX triplet: A5, 6D and 16. RGB value is (165,109,22). Sum of RGB (Red+Green+Blue) = 165+109+22=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56D16 is #5A92E9. Grayscale: #747474. Windows color (decimal): -5935850 or 1469861. OLE color: 1469861.

HSL color Cylindrical-coordinate representation of color #A56D16: hue angle of 36.5º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A56D16 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 109 22 -
CMYK 0 0.34 0.87 0.35
HSL 36.5º 0.76% 0.37% -
HSV(B) 36.5º 0.87% 0.65% -
XYZ 21.13 18.99 3.31 -
YUV 115.83 75.05 163.07 -
System Red Green Blue C M Y K H S L
Decimal 165 109 22 0 0.34 0.87 0.35 36.5 0.76 0.37
Hex A5 6D 16 0 22 57 23 25 4C 25
Octal 245 155 26 0 42 127 43 45 114 45
Binary 10100101 1101101 10110 0 100010 1010111 100011 100101 1001100 100101

Color Harmonies of #A56D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D16

Black with #A56D16

Text Example


Text Example

White with #A56D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D16; }

 p { color: rgb(165,109,22); }

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

background-color css

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

 a { background-color: rgb(165,109,22); }

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

border-color css

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

 span { border-color: rgb(165,109,22); }

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