Html Css Color HEX #A46D43 Bourbon

📋 copy color: '#A46D43'

red 164 ◦ green 109 ◦ blue 67

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

Shades of Bourbon #A46D43

Tints of Bourbon #A46D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.71%

R = 48.24%
G = 32.06%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A46D43 (or 0xA46D43) is known color: Bourbon. HEX triplet: A4, 6D and 43. RGB value is (164,109,67). Sum of RGB (Red+Green+Blue) = 164+109+67=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D43 is #5B92BC. Grayscale: #787878. Windows color (decimal): -6001341 or 4418980. OLE color: 4418980.

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

Color convert

RGB 164 109 67 -
CMYK 0 0.34 0.59 0.36
HSL 25.98º 0.42% 0.45% -
HSV(B) 25.98º 0.59% 0.64% -
XYZ 21.79 19.24 7.87 -
YUV 120.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 164 109 67 0 0.34 0.59 0.36 25.98 0.42 0.45
Hex A4 6D 43 0 22 3B 24 1A 2A 2D
Octal 244 155 103 0 42 73 44 32 52 55
Binary 10100100 1101101 1000011 0 100010 111011 100100 11010 101010 101101

Color Harmonies of #A46D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D43

Black with #A46D43

Text Example


Text Example

White with #A46D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D43; }

 p { color: rgb(164,109,67); }

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

background-color css

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

 a { background-color: rgb(164,109,67); }

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

border-color css

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

 span { border-color: rgb(164,109,67); }

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