Html Css Color HEX #A66F39 Bourbon

📋 copy color: '#A66F39'

red 166 ◦ green 111 ◦ blue 57

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

Shades of Bourbon #A66F39

Tints of Bourbon #A66F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.07%

R = 49.7%
G = 33.23%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A66F39 (or 0xA66F39) is known color: Bourbon. HEX triplet: A6, 6F and 39. RGB value is (166,111,57). Sum of RGB (Red+Green+Blue) = 166+111+57=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F39 is #5990C6. Grayscale: #797979. Windows color (decimal): -5869767 or 3764134. OLE color: 3764134.

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

Color convert

RGB 166 111 57 -
CMYK 0 0.33 0.66 0.35
HSL 29.72º 0.49% 0.44% -
HSV(B) 29.72º 0.66% 0.65% -
XYZ 22.15 19.77 6.52 -
YUV 121.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 166 111 57 0 0.33 0.66 0.35 29.72 0.49 0.44
Hex A6 6F 39 0 21 42 23 1E 31 2C
Octal 246 157 71 0 41 102 43 36 61 54
Binary 10100110 1101111 111001 0 100001 1000010 100011 11110 110001 101100

Color Harmonies of #A66F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F39

Black with #A66F39

Text Example


Text Example

White with #A66F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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