Html Css Color HEX #A16F40 Bourbon

📋 copy color: '#A16F40'

red 161 ◦ green 111 ◦ blue 64

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

Shades of Bourbon #A16F40

Tints of Bourbon #A16F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

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

R = 47.92%
G = 33.04%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A16F40 (or 0xA16F40) is known color: Bourbon. HEX triplet: A1, 6F and 40. RGB value is (161,111,64). Sum of RGB (Red+Green+Blue) = 161+111+64=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F40 is #5E90BF. Grayscale: #787878. Windows color (decimal): -6197440 or 4222881. OLE color: 4222881.

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

Color convert

RGB 161 111 64 -
CMYK 0 0.31 0.60 0.37
HSL 29.07º 0.43% 0.44% -
HSV(B) 29.07º 0.6% 0.63% -
XYZ 21.31 19.32 7.46 -
YUV 120.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 161 111 64 0 0.31 0.60 0.37 29.07 0.43 0.44
Hex A1 6F 40 0 1F 3C 25 1D 2B 2C
Octal 241 157 100 0 37 74 45 35 53 54
Binary 10100001 1101111 1000000 0 11111 111100 100101 11101 101011 101100

Color Harmonies of #A16F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16F40

Black with #A16F40

Text Example


Text Example

White with #A16F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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