Html Css Color HEX #A67342 Bourbon

📋 copy color: '#A67342'

red 166 ◦ green 115 ◦ blue 66

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

Shades of Bourbon #A67342

Tints of Bourbon #A67342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.14%

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 47.84%
G = 33.14%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A67342 (or 0xA67342) is known color: Bourbon. HEX triplet: A6, 73 and 42. RGB value is (166,115,66). Sum of RGB (Red+Green+Blue) = 166+115+66=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A67342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67342 is #598CBD. Grayscale: #7C7C7C. Windows color (decimal): -5868734 or 4354982. OLE color: 4354982.

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

Color convert

RGB 166 115 66 -
CMYK 0 0.31 0.60 0.35
HSL 29.4º 0.43% 0.45% -
HSV(B) 29.4º 0.6% 0.65% -
XYZ 22.84 20.76 7.96 -
YUV 124.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 166 115 66 0 0.31 0.60 0.35 29.4 0.43 0.45
Hex A6 73 42 0 1F 3C 23 1D 2B 2D
Octal 246 163 102 0 37 74 43 35 53 55
Binary 10100110 1110011 1000010 0 11111 111100 100011 11101 101011 101101

Color Harmonies of #A67342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67342

Black with #A67342

Text Example


Text Example

White with #A67342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67342; }

 p { color: rgb(166,115,66); }

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

background-color css

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

 a { background-color: rgb(166,115,66); }

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

border-color css

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

 span { border-color: rgb(166,115,66); }

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