Html Css Color HEX #A16E40 Bourbon

📋 copy color: '#A16E40'

red 161 ◦ green 110 ◦ blue 64

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

Shades of Bourbon #A16E40

Tints of Bourbon #A16E40

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 48.06%
G = 32.84%
B = 19.1%

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

#A16E40 (or 0xA16E40) is known color: Bourbon. HEX triplet: A1, 6E and 40. RGB value is (161,110,64). Sum of RGB (Red+Green+Blue) = 161+110+64=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E40 is #5E91BF. Grayscale: #787878. Windows color (decimal): -6197696 or 4222625. OLE color: 4222625.

HSL color Cylindrical-coordinate representation of color #A16E40: hue angle of 28.45º degrees, saturation: 0.43, 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 #A16E40 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 110 64 -
CMYK 0 0.32 0.60 0.37
HSL 28.45º 0.43% 0.44% -
HSV(B) 28.45º 0.6% 0.63% -
XYZ 21.2 19.1 7.42 -
YUV 120.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 161 110 64 0 0.32 0.60 0.37 28.45 0.43 0.44
Hex A1 6E 40 0 20 3C 25 1C 2B 2C
Octal 241 156 100 0 40 74 45 34 53 54
Binary 10100001 1101110 1000000 0 100000 111100 100101 11100 101011 101100

Color Harmonies of #A16E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E40

Black with #A16E40

Text Example


Text Example

White with #A16E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E40; }

 p { color: rgb(161,110,64); }

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

background-color css

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

 a { background-color: rgb(161,110,64); }

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

border-color css

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

 span { border-color: rgb(161,110,64); }

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