Html Css Color HEX #A67043 Bourbon

📋 copy color: '#A67043'

red 166 ◦ green 112 ◦ blue 67

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

Shades of Bourbon #A67043

Tints of Bourbon #A67043

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

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

R = 48.12%
G = 32.46%
B = 19.42%

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

#A67043 (or 0xA67043) is known color: Bourbon. HEX triplet: A6, 70 and 43. RGB value is (166,112,67). Sum of RGB (Red+Green+Blue) = 166+112+67=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A67043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67043 is #598FBC. Grayscale: #7B7B7B. Windows color (decimal): -5869501 or 4419750. OLE color: 4419750.

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

Color convert

RGB 166 112 67 -
CMYK 0 0.33 0.60 0.35
HSL 27.27º 0.42% 0.46% -
HSV(B) 27.27º 0.6% 0.65% -
XYZ 22.53 20.1 8 -
YUV 123.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 166 112 67 0 0.33 0.60 0.35 27.27 0.42 0.46
Hex A6 70 43 0 21 3C 23 1B 2A 2E
Octal 246 160 103 0 41 74 43 33 52 56
Binary 10100110 1110000 1000011 0 100001 111100 100011 11011 101010 101110

Color Harmonies of #A67043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67043

Black with #A67043

Text Example


Text Example

White with #A67043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67043; }

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

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

background-color css

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

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

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

border-color css

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

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

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