Html Css Color HEX #A16D41 Bourbon

📋 copy color: '#A16D41'

red 161 ◦ green 109 ◦ blue 65

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

Shades of Bourbon #A16D41

Tints of Bourbon #A16D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 48.06%
G = 32.54%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A16D41 (or 0xA16D41) is known color: Bourbon. HEX triplet: A1, 6D and 41. RGB value is (161,109,65). Sum of RGB (Red+Green+Blue) = 161+109+65=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D41 is #5E92BE. Grayscale: #777777. Windows color (decimal): -6197951 or 4287905. OLE color: 4287905.

HSL color Cylindrical-coordinate representation of color #A16D41: hue angle of 27.5º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A16D41 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 109 65 -
CMYK 0 0.32 0.60 0.37
HSL 27.5º 0.42% 0.44% -
HSV(B) 27.5º 0.6% 0.63% -
XYZ 21.12 18.9 7.54 -
YUV 119.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 161 109 65 0 0.32 0.60 0.37 27.5 0.42 0.44
Hex A1 6D 41 0 20 3C 25 1C 2A 2C
Octal 241 155 101 0 40 74 45 34 52 54
Binary 10100001 1101101 1000001 0 100000 111100 100101 11100 101010 101100

Color Harmonies of #A16D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D41

Black with #A16D41

Text Example


Text Example

White with #A16D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D41; }

 p { color: rgb(161,109,65); }

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

background-color css

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

 a { background-color: rgb(161,109,65); }

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

border-color css

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

 span { border-color: rgb(161,109,65); }

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