Html Css Color HEX #A46F44 Bourbon

📋 copy color: '#A46F44'

red 164 ◦ green 111 ◦ blue 68

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

Shades of Bourbon #A46F44

Tints of Bourbon #A46F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.83%

R = 47.81%
G = 32.36%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A46F44 (or 0xA46F44) is known color: Bourbon. HEX triplet: A4, 6F and 44. RGB value is (164,111,68). Sum of RGB (Red+Green+Blue) = 164+111+68=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F44 is #5B90BB. Grayscale: #7A7A7A. Windows color (decimal): -6000828 or 4485028. OLE color: 4485028.

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

Color convert

RGB 164 111 68 -
CMYK 0 0.32 0.59 0.36
HSL 26.88º 0.41% 0.45% -
HSV(B) 26.88º 0.59% 0.64% -
XYZ 22.04 19.68 8.11 -
YUV 121.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 164 111 68 0 0.32 0.59 0.36 26.88 0.41 0.45
Hex A4 6F 44 0 20 3B 24 1B 29 2D
Octal 244 157 104 0 40 73 44 33 51 55
Binary 10100100 1101111 1000100 0 100000 111011 100100 11011 101001 101101

Color Harmonies of #A46F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F44

Black with #A46F44

Text Example


Text Example

White with #A46F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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