Html Css Color HEX #A46B40 Bourbon

📋 copy color: '#A46B40'

red 164 ◦ green 107 ◦ blue 64

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

Shades of Bourbon #A46B40

Tints of Bourbon #A46B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 48.96%
G = 31.94%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A46B40 (or 0xA46B40) is known color: Bourbon. HEX triplet: A4, 6B and 40. RGB value is (164,107,64). Sum of RGB (Red+Green+Blue) = 164+107+64=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B40 is #5B94BF. Grayscale: #777777. Windows color (decimal): -6001856 or 4221860. OLE color: 4221860.

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

Color convert

RGB 164 107 64 -
CMYK 0 0.35 0.61 0.36
HSL 25.8º 0.44% 0.45% -
HSV(B) 25.8º 0.61% 0.64% -
XYZ 21.49 18.78 7.34 -
YUV 119.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 164 107 64 0 0.35 0.61 0.36 25.8 0.44 0.45
Hex A4 6B 40 0 23 3D 24 1A 2C 2D
Octal 244 153 100 0 43 75 44 32 54 55
Binary 10100100 1101011 1000000 0 100011 111101 100100 11010 101100 101101

Color Harmonies of #A46B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B40

Black with #A46B40

Text Example


Text Example

White with #A46B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B40; }

 p { color: rgb(164,107,64); }

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

background-color css

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

 a { background-color: rgb(164,107,64); }

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

border-color css

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

 span { border-color: rgb(164,107,64); }

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