Html Css Color HEX #A46A41 Bourbon

📋 copy color: '#A46A41'

red 164 ◦ green 106 ◦ blue 65

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

Shades of Bourbon #A46A41

Tints of Bourbon #A46A41

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 48.96%
G = 31.64%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A46A41 (or 0xA46A41) is known color: Bourbon. HEX triplet: A4, 6A and 41. RGB value is (164,106,65). Sum of RGB (Red+Green+Blue) = 164+106+65=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A41 is #5B95BE. Grayscale: #767676. Windows color (decimal): -6002111 or 4287140. OLE color: 4287140.

HSL color Cylindrical-coordinate representation of color #A46A41: hue angle of 24.85º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A46A41 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 106 65 -
CMYK 0 0.35 0.60 0.36
HSL 24.85º 0.43% 0.45% -
HSV(B) 24.85º 0.6% 0.64% -
XYZ 21.42 18.58 7.46 -
YUV 118.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 164 106 65 0 0.35 0.60 0.36 24.85 0.43 0.45
Hex A4 6A 41 0 23 3C 24 19 2B 2D
Octal 244 152 101 0 43 74 44 31 53 55
Binary 10100100 1101010 1000001 0 100011 111100 100100 11001 101011 101101

Color Harmonies of #A46A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A41

Black with #A46A41

Text Example


Text Example

White with #A46A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A41; }

 p { color: rgb(164,106,65); }

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

background-color css

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

 a { background-color: rgb(164,106,65); }

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

border-color css

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

 span { border-color: rgb(164,106,65); }

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