Html Css Color HEX #A17141 Bourbon

📋 copy color: '#A17141'

red 161 ◦ green 113 ◦ blue 65

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

Shades of Bourbon #A17141

Tints of Bourbon #A17141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

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

R = 47.49%
G = 33.33%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A17141 (or 0xA17141) is known color: Bourbon. HEX triplet: A1, 71 and 41. RGB value is (161,113,65). Sum of RGB (Red+Green+Blue) = 161+113+65=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A17141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17141 is #5E8EBE. Grayscale: #7A7A7A. Windows color (decimal): -6196927 or 4288929. OLE color: 4288929.

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

Color convert

RGB 161 113 65 -
CMYK 0 0.30 0.60 0.37
HSL 30º 0.42% 0.44% -
HSV(B) 30º 0.6% 0.63% -
XYZ 21.56 19.77 7.68 -
YUV 121.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 161 113 65 0 0.30 0.60 0.37 30 0.42 0.44
Hex A1 71 41 0 1E 3C 25 1E 2A 2C
Octal 241 161 101 0 36 74 45 36 52 54
Binary 10100001 1110001 1000001 0 11110 111100 100101 11110 101010 101100

Color Harmonies of #A17141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17141

Black with #A17141

Text Example


Text Example

White with #A17141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17141; }

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

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

background-color css

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

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

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

border-color css

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

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

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