Html Css Color HEX #A67246 Bourbon

📋 copy color: '#A67246'

red 166 ◦ green 114 ◦ blue 70

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

Shades of Bourbon #A67246

Tints of Bourbon #A67246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20%

R = 47.43%
G = 32.57%
B = 20%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A67246 (or 0xA67246) is known color: Bourbon. HEX triplet: A6, 72 and 46. RGB value is (166,114,70). Sum of RGB (Red+Green+Blue) = 166+114+70=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A67246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67246 is #598DB9. Grayscale: #7C7C7C. Windows color (decimal): -5868986 or 4616870. OLE color: 4616870.

HSL color Cylindrical-coordinate representation of color #A67246: hue angle of 27.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A67246 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 114 70 -
CMYK 0 0.31 0.58 0.35
HSL 27.5º 0.41% 0.46% -
HSV(B) 27.5º 0.58% 0.65% -
XYZ 22.85 20.58 8.56 -
YUV 124.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 166 114 70 0 0.31 0.58 0.35 27.5 0.41 0.46
Hex A6 72 46 0 1F 3A 23 1C 29 2E
Octal 246 162 106 0 37 72 43 34 51 56
Binary 10100110 1110010 1000110 0 11111 111010 100011 11100 101001 101110

Color Harmonies of #A67246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67246

Black with #A67246

Text Example


Text Example

White with #A67246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67246; }

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

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

background-color css

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

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

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

border-color css

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

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

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