Html Css Color HEX #A46D3D Bourbon

📋 copy color: '#A46D3D'

red 164 ◦ green 109 ◦ blue 61

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

Shades of Bourbon #A46D3D

Tints of Bourbon #A46D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 49.1%
G = 32.63%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A46D3D (or 0xA46D3D) is known color: Bourbon. HEX triplet: A4, 6D and 3D. RGB value is (164,109,61). Sum of RGB (Red+Green+Blue) = 164+109+61=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D3D is #5B92C2. Grayscale: #787878. Windows color (decimal): -6001347 or 4025764. OLE color: 4025764.

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

Color convert

RGB 164 109 61 -
CMYK 0 0.34 0.63 0.36
HSL 27.96º 0.46% 0.44% -
HSV(B) 27.96º 0.63% 0.64% -
XYZ 21.62 19.17 6.97 -
YUV 119.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 164 109 61 0 0.34 0.63 0.36 27.96 0.46 0.44
Hex A4 6D 3D 0 22 3F 24 1C 2E 2C
Octal 244 155 75 0 42 77 44 34 56 54
Binary 10100100 1101101 111101 0 100010 111111 100100 11100 101110 101100

Color Harmonies of #A46D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D3D

Black with #A46D3D

Text Example


Text Example

White with #A46D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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