Html Css Color HEX #A16416 Golden Brown

📋 copy color: '#A16416'

red 161 ◦ green 100 ◦ blue 22

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

Shades of Golden Brown #A16416

Tints of Golden Brown #A16416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

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

R = 56.89%
G = 35.34%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A16416 (or 0xA16416) is known color: Golden Brown. HEX triplet: A1, 64 and 16. RGB value is (161,100,22). Sum of RGB (Red+Green+Blue) = 161+100+22=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A16416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16416 is #5E9BE9. Grayscale: #6D6D6D. Windows color (decimal): -6200298 or 1467553. OLE color: 1467553.

HSL color Cylindrical-coordinate representation of color #A16416: hue angle of 33.67º 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 #A16416 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 100 22 -
CMYK 0 0.38 0.86 0.37
HSL 33.67º 0.76% 0.36% -
HSV(B) 33.67º 0.86% 0.63% -
XYZ 19.4 16.75 2.97 -
YUV 109.35 78.71 164.84 -
System Red Green Blue C M Y K H S L
Decimal 161 100 22 0 0.38 0.86 0.37 33.67 0.76 0.36
Hex A1 64 16 0 26 56 25 22 4C 24
Octal 241 144 26 0 46 126 45 42 114 44
Binary 10100001 1100100 10110 0 100110 1010110 100101 100010 1001100 100100

Color Harmonies of #A16416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16416

Black with #A16416

Text Example


Text Example

White with #A16416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16416; }

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

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

background-color css

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

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

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

border-color css

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

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

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