Html Css Color HEX #A46E45 Bourbon

📋 copy color: '#A46E45'

red 164 ◦ green 110 ◦ blue 69

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

Shades of Bourbon #A46E45

Tints of Bourbon #A46E45

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.07%

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

R = 47.81%
G = 32.07%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A46E45 (or 0xA46E45) is known color: Bourbon. HEX triplet: A4, 6E and 45. RGB value is (164,110,69). Sum of RGB (Red+Green+Blue) = 164+110+69=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E45 is #5B91BA. Grayscale: #797979. Windows color (decimal): -6001083 or 4550308. OLE color: 4550308.

HSL color Cylindrical-coordinate representation of color #A46E45: hue angle of 25.89º 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 #A46E45 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 110 69 -
CMYK 0 0.33 0.58 0.36
HSL 25.89º 0.41% 0.46% -
HSV(B) 25.89º 0.58% 0.64% -
XYZ 21.96 19.47 8.23 -
YUV 121.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 164 110 69 0 0.33 0.58 0.36 25.89 0.41 0.46
Hex A4 6E 45 0 21 3A 24 1A 29 2E
Octal 244 156 105 0 41 72 44 32 51 56
Binary 10100100 1101110 1000101 0 100001 111010 100100 11010 101001 101110

Color Harmonies of #A46E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E45

Black with #A46E45

Text Example


Text Example

White with #A46E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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