Html Css Color HEX #A46945 Bourbon

📋 copy color: '#A46945'

red 164 ◦ green 105 ◦ blue 69

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

Shades of Bourbon #A46945

Tints of Bourbon #A46945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

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

R = 48.52%
G = 31.07%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A46945 (or 0xA46945) is known color: Bourbon. HEX triplet: A4, 69 and 45. RGB value is (164,105,69). Sum of RGB (Red+Green+Blue) = 164+105+69=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A46945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46945 is #5B96BA. Grayscale: #767676. Windows color (decimal): -6002363 or 4549028. OLE color: 4549028.

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

Color convert

RGB 164 105 69 -
CMYK 0 0.36 0.58 0.36
HSL 22.74º 0.41% 0.46% -
HSV(B) 22.74º 0.58% 0.64% -
XYZ 21.44 18.43 8.06 -
YUV 118.54 100.05 160.43 -
System Red Green Blue C M Y K H S L
Decimal 164 105 69 0 0.36 0.58 0.36 22.74 0.41 0.46
Hex A4 69 45 0 24 3A 24 17 29 2E
Octal 244 151 105 0 44 72 44 27 51 56
Binary 10100100 1101001 1000101 0 100100 111010 100100 10111 101001 101110

Color Harmonies of #A46945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46945

Black with #A46945

Text Example


Text Example

White with #A46945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46945; }

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

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

background-color css

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

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

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

border-color css

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

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

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