Html Css Color HEX #A46F45 Bourbon

📋 copy color: '#A46F45'

red 164 ◦ green 111 ◦ blue 69

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

Shades of Bourbon #A46F45

Tints of Bourbon #A46F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.06%

R = 47.67%
G = 32.27%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A46F45 (or 0xA46F45) is known color: Bourbon. HEX triplet: A4, 6F and 45. RGB value is (164,111,69). Sum of RGB (Red+Green+Blue) = 164+111+69=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F45 is #5B90BA. Grayscale: #7A7A7A. Windows color (decimal): -6000827 or 4550564. OLE color: 4550564.

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

Color convert

RGB 164 111 69 -
CMYK 0 0.32 0.58 0.36
HSL 26.53º 0.41% 0.46% -
HSV(B) 26.53º 0.58% 0.64% -
XYZ 22.07 19.69 8.27 -
YUV 122.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 164 111 69 0 0.32 0.58 0.36 26.53 0.41 0.46
Hex A4 6F 45 0 20 3A 24 1B 29 2E
Octal 244 157 105 0 40 72 44 33 51 56
Binary 10100100 1101111 1000101 0 100000 111010 100100 11011 101001 101110

Color Harmonies of #A46F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F45

Black with #A46F45

Text Example


Text Example

White with #A46F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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