Html Css Color HEX #A47446 Bourbon

📋 copy color: '#A47446'

red 164 ◦ green 116 ◦ blue 70

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

Shades of Bourbon #A47446

Tints of Bourbon #A47446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 70 (27.73% from 255) = 20%

R = 46.86%
G = 33.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A47446 (or 0xA47446) is known color: Bourbon. HEX triplet: A4, 74 and 46. RGB value is (164,116,70). Sum of RGB (Red+Green+Blue) = 164+116+70=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A47446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47446 is #5B8BB9. Grayscale: #7D7D7D. Windows color (decimal): -5999546 or 4617380. OLE color: 4617380.

HSL color Cylindrical-coordinate representation of color #A47446: hue angle of 29.36º 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 #A47446 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 70 -
CMYK 0 0.29 0.57 0.36
HSL 29.36º 0.4% 0.46% -
HSV(B) 29.36º 0.57% 0.64% -
XYZ 22.66 20.83 8.62 -
YUV 125.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 164 116 70 0 0.29 0.57 0.36 29.36 0.4 0.46
Hex A4 74 46 0 1D 39 24 1D 28 2E
Octal 244 164 106 0 35 71 44 35 50 56
Binary 10100100 1110100 1000110 0 11101 111001 100100 11101 101000 101110

Color Harmonies of #A47446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47446

Black with #A47446

Text Example


Text Example

White with #A47446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47446; }

 p { color: rgb(164,116,70); }

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

background-color css

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

 a { background-color: rgb(164,116,70); }

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

border-color css

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

 span { border-color: rgb(164,116,70); }

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