Html Css Color HEX #A66F45 Bourbon

📋 copy color: '#A66F45'

red 166 ◦ green 111 ◦ blue 69

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

Shades of Bourbon #A66F45

Tints of Bourbon #A66F45

RGB

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

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

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

R = 47.98%
G = 32.08%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A66F45 (or 0xA66F45) is known color: Bourbon. HEX triplet: A6, 6F and 45. RGB value is (166,111,69). Sum of RGB (Red+Green+Blue) = 166+111+69=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F45 is #5990BA. Grayscale: #7A7A7A. Windows color (decimal): -5869755 or 4550566. OLE color: 4550566.

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

Color convert

RGB 166 111 69 -
CMYK 0 0.33 0.58 0.35
HSL 25.98º 0.41% 0.46% -
HSV(B) 25.98º 0.58% 0.65% -
XYZ 22.48 19.91 8.29 -
YUV 122.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 166 111 69 0 0.33 0.58 0.35 25.98 0.41 0.46
Hex A6 6F 45 0 21 3A 23 1A 29 2E
Octal 246 157 105 0 41 72 43 32 51 56
Binary 10100110 1101111 1000101 0 100001 111010 100011 11010 101001 101110

Color Harmonies of #A66F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F45

Black with #A66F45

Text Example


Text Example

White with #A66F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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