Html Css Color HEX #A16D42 Bourbon

📋 copy color: '#A16D42'

red 161 ◦ green 109 ◦ blue 66

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

Shades of Bourbon #A16D42

Tints of Bourbon #A16D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 47.92%
G = 32.44%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A16D42 (or 0xA16D42) is known color: Bourbon. HEX triplet: A1, 6D and 42. RGB value is (161,109,66). Sum of RGB (Red+Green+Blue) = 161+109+66=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D42 is #5E92BD. Grayscale: #777777. Windows color (decimal): -6197950 or 4353441. OLE color: 4353441.

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

Color convert

RGB 161 109 66 -
CMYK 0 0.32 0.59 0.37
HSL 27.16º 0.42% 0.45% -
HSV(B) 27.16º 0.59% 0.63% -
XYZ 21.15 18.91 7.69 -
YUV 119.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 161 109 66 0 0.32 0.59 0.37 27.16 0.42 0.45
Hex A1 6D 42 0 20 3B 25 1B 2A 2D
Octal 241 155 102 0 40 73 45 33 52 55
Binary 10100001 1101101 1000010 0 100000 111011 100101 11011 101010 101101

Color Harmonies of #A16D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D42

Black with #A16D42

Text Example


Text Example

White with #A16D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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