Html Css Color HEX #A46F47 Bourbon

📋 copy color: '#A46F47'

red 164 ◦ green 111 ◦ blue 71

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

Shades of Bourbon #A46F47

Tints of Bourbon #A46F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

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

R = 47.4%
G = 32.08%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A46F47 (or 0xA46F47) is known color: Bourbon. HEX triplet: A4, 6F and 47. RGB value is (164,111,71). Sum of RGB (Red+Green+Blue) = 164+111+71=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F47 is #5B90B8. Grayscale: #7A7A7A. Windows color (decimal): -6000825 or 4681636. OLE color: 4681636.

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

Color convert

RGB 164 111 71 -
CMYK 0 0.32 0.57 0.36
HSL 25.81º 0.4% 0.46% -
HSV(B) 25.81º 0.57% 0.64% -
XYZ 22.13 19.72 8.6 -
YUV 122.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 164 111 71 0 0.32 0.57 0.36 25.81 0.4 0.46
Hex A4 6F 47 0 20 39 24 1A 28 2E
Octal 244 157 107 0 40 71 44 32 50 56
Binary 10100100 1101111 1000111 0 100000 111001 100100 11010 101000 101110

Color Harmonies of #A46F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F47

Black with #A46F47

Text Example


Text Example

White with #A46F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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