Html Css Color HEX #A46D47 Bourbon

📋 copy color: '#A46D47'

red 164 ◦ green 109 ◦ blue 71

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

Shades of Bourbon #A46D47

Tints of Bourbon #A46D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 47.67%
G = 31.69%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A46D47 (or 0xA46D47) is known color: Bourbon. HEX triplet: A4, 6D and 47. RGB value is (164,109,71). Sum of RGB (Red+Green+Blue) = 164+109+71=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D47 is #5B92B8. Grayscale: #797979. Windows color (decimal): -6001337 or 4681124. OLE color: 4681124.

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

Color convert

RGB 164 109 71 -
CMYK 0 0.34 0.57 0.36
HSL 24.52º 0.4% 0.46% -
HSV(B) 24.52º 0.57% 0.64% -
XYZ 21.92 19.28 8.53 -
YUV 121.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 164 109 71 0 0.34 0.57 0.36 24.52 0.4 0.46
Hex A4 6D 47 0 22 39 24 19 28 2E
Octal 244 155 107 0 42 71 44 31 50 56
Binary 10100100 1101101 1000111 0 100010 111001 100100 11001 101000 101110

Color Harmonies of #A46D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D47

Black with #A46D47

Text Example


Text Example

White with #A46D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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