Html Css Color HEX #A46940 Bourbon

📋 copy color: '#A46940'

red 164 ◦ green 105 ◦ blue 64

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

Shades of Bourbon #A46940

Tints of Bourbon #A46940

RGB

 RED value IS 164 (64.45% from 255) = 49.25%

 GREEN value IS 105 (41.41% from 255) = 31.53%

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

R = 49.25%
G = 31.53%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A46940 (or 0xA46940) is known color: Bourbon. HEX triplet: A4, 69 and 40. RGB value is (164,105,64). Sum of RGB (Red+Green+Blue) = 164+105+64=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A46940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46940 is #5B96BF. Grayscale: #767676. Windows color (decimal): -6002368 or 4221348. OLE color: 4221348.

HSL color Cylindrical-coordinate representation of color #A46940: hue angle of 24.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A46940 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 64 -
CMYK 0 0.36 0.61 0.36
HSL 24.6º 0.44% 0.45% -
HSV(B) 24.6º 0.61% 0.64% -
XYZ 21.29 18.37 7.27 -
YUV 117.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 164 105 64 0 0.36 0.61 0.36 24.6 0.44 0.45
Hex A4 69 40 0 24 3D 24 19 2C 2D
Octal 244 151 100 0 44 75 44 31 54 55
Binary 10100100 1101001 1000000 0 100100 111101 100100 11001 101100 101101

Color Harmonies of #A46940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46940

Black with #A46940

Text Example


Text Example

White with #A46940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46940; }

 p { color: rgb(164,105,64); }

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

background-color css

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

 a { background-color: rgb(164,105,64); }

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

border-color css

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

 span { border-color: rgb(164,105,64); }

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