Html Css Color HEX #A66F43 Bourbon

📋 copy color: '#A66F43'

red 166 ◦ green 111 ◦ blue 67

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

Shades of Bourbon #A66F43

Tints of Bourbon #A66F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.48%

R = 48.26%
G = 32.27%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A66F43 (or 0xA66F43) is known color: Bourbon. HEX triplet: A6, 6F and 43. RGB value is (166,111,67). Sum of RGB (Red+Green+Blue) = 166+111+67=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F43 is #5990BC. Grayscale: #7A7A7A. Windows color (decimal): -5869757 or 4419494. OLE color: 4419494.

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

Color convert

RGB 166 111 67 -
CMYK 0 0.33 0.60 0.35
HSL 26.67º 0.42% 0.46% -
HSV(B) 26.67º 0.6% 0.65% -
XYZ 22.42 19.88 7.97 -
YUV 122.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 166 111 67 0 0.33 0.60 0.35 26.67 0.42 0.46
Hex A6 6F 43 0 21 3C 23 1B 2A 2E
Octal 246 157 103 0 41 74 43 33 52 56
Binary 10100110 1101111 1000011 0 100001 111100 100011 11011 101010 101110

Color Harmonies of #A66F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F43

Black with #A66F43

Text Example


Text Example

White with #A66F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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