Html Css Color HEX #A66944 Bourbon

📋 copy color: '#A66944'

red 166 ◦ green 105 ◦ blue 68

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

Shades of Bourbon #A66944

Tints of Bourbon #A66944

RGB

 RED value IS 166 (65.23% from 255) = 48.97%

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

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

R = 48.97%
G = 30.97%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A66944 (or 0xA66944) is known color: Bourbon. HEX triplet: A6, 69 and 44. RGB value is (166,105,68). Sum of RGB (Red+Green+Blue) = 166+105+68=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A66944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66944 is #5996BB. Grayscale: #777777. Windows color (decimal): -5871292 or 4483494. OLE color: 4483494.

HSL color Cylindrical-coordinate representation of color #A66944: hue angle of 22.65º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A66944 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 105 68 -
CMYK 0 0.37 0.59 0.35
HSL 22.65º 0.42% 0.46% -
HSV(B) 22.65º 0.59% 0.65% -
XYZ 21.82 18.63 7.91 -
YUV 119.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 166 105 68 0 0.37 0.59 0.35 22.65 0.42 0.46
Hex A6 69 44 0 25 3B 23 17 2A 2E
Octal 246 151 104 0 45 73 43 27 52 56
Binary 10100110 1101001 1000100 0 100101 111011 100011 10111 101010 101110

Color Harmonies of #A66944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66944

Black with #A66944

Text Example


Text Example

White with #A66944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66944; }

 p { color: rgb(166,105,68); }

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

background-color css

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

 a { background-color: rgb(166,105,68); }

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

border-color css

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

 span { border-color: rgb(166,105,68); }

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