Html Css Color HEX #A67243 Bourbon

📋 copy color: '#A67243'

red 166 ◦ green 114 ◦ blue 67

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

Shades of Bourbon #A67243

Tints of Bourbon #A67243

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

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

R = 47.84%
G = 32.85%
B = 19.31%

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

#A67243 (or 0xA67243) is known color: Bourbon. HEX triplet: A6, 72 and 43. RGB value is (166,114,67). Sum of RGB (Red+Green+Blue) = 166+114+67=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A67243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67243 is #598DBC. Grayscale: #7C7C7C. Windows color (decimal): -5868989 or 4420262. OLE color: 4420262.

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

Color convert

RGB 166 114 67 -
CMYK 0 0.31 0.60 0.35
HSL 28.48º 0.42% 0.46% -
HSV(B) 28.48º 0.6% 0.65% -
XYZ 22.76 20.55 8.08 -
YUV 124.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 166 114 67 0 0.31 0.60 0.35 28.48 0.42 0.46
Hex A6 72 43 0 1F 3C 23 1C 2A 2E
Octal 246 162 103 0 37 74 43 34 52 56
Binary 10100110 1110010 1000011 0 11111 111100 100011 11100 101010 101110

Color Harmonies of #A67243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67243

Black with #A67243

Text Example


Text Example

White with #A67243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67243; }

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

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

background-color css

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

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

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

border-color css

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

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

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