Html Css Color HEX #A16516 Golden Brown

📋 copy color: '#A16516'

red 161 ◦ green 101 ◦ blue 22

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

Shades of Golden Brown #A16516

Tints of Golden Brown #A16516

RGB

 RED value IS 161 (63.28% from 255) = 56.69%

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

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

R = 56.69%
G = 35.56%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A16516 (or 0xA16516) is known color: Golden Brown. HEX triplet: A1, 65 and 16. RGB value is (161,101,22). Sum of RGB (Red+Green+Blue) = 161+101+22=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A16516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16516 is #5E9AE9. Grayscale: #6E6E6E. Windows color (decimal): -6200042 or 1467809. OLE color: 1467809.

HSL color Cylindrical-coordinate representation of color #A16516: hue angle of 34.1º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A16516 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 101 22 -
CMYK 0 0.37 0.86 0.37
HSL 34.1º 0.76% 0.36% -
HSV(B) 34.1º 0.86% 0.63% -
XYZ 19.5 16.94 3 -
YUV 109.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 161 101 22 0 0.37 0.86 0.37 34.1 0.76 0.36
Hex A1 65 16 0 25 56 25 22 4C 24
Octal 241 145 26 0 45 126 45 42 114 44
Binary 10100001 1100101 10110 0 100101 1010110 100101 100010 1001100 100100

Color Harmonies of #A16516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16516

Black with #A16516

Text Example


Text Example

White with #A16516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16516; }

 p { color: rgb(161,101,22); }

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

background-color css

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

 a { background-color: rgb(161,101,22); }

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

border-color css

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

 span { border-color: rgb(161,101,22); }

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