Html Css Color HEX #A66F44 Bourbon

📋 copy color: '#A66F44'

red 166 ◦ green 111 ◦ blue 68

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

Shades of Bourbon #A66F44

Tints of Bourbon #A66F44

RGB

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

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

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

R = 48.12%
G = 32.17%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A66F44 (or 0xA66F44) is known color: Bourbon. HEX triplet: A6, 6F and 44. RGB value is (166,111,68). Sum of RGB (Red+Green+Blue) = 166+111+68=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F44 is #5990BB. Grayscale: #7A7A7A. Windows color (decimal): -5869756 or 4485030. OLE color: 4485030.

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

Color convert

RGB 166 111 68 -
CMYK 0 0.33 0.59 0.35
HSL 26.33º 0.42% 0.46% -
HSV(B) 26.33º 0.59% 0.65% -
XYZ 22.45 19.89 8.13 -
YUV 122.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 166 111 68 0 0.33 0.59 0.35 26.33 0.42 0.46
Hex A6 6F 44 0 21 3B 23 1A 2A 2E
Octal 246 157 104 0 41 73 43 32 52 56
Binary 10100110 1101111 1000100 0 100001 111011 100011 11010 101010 101110

Color Harmonies of #A66F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F44

Black with #A66F44

Text Example


Text Example

White with #A66F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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