Html Css Color HEX #A67345 Bourbon

📋 copy color: '#A67345'

red 166 ◦ green 115 ◦ blue 69

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

Shades of Bourbon #A67345

Tints of Bourbon #A67345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 47.43%
G = 32.86%
B = 19.71%

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

#A67345 (or 0xA67345) is known color: Bourbon. HEX triplet: A6, 73 and 45. RGB value is (166,115,69). Sum of RGB (Red+Green+Blue) = 166+115+69=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A67345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67345 is #598CBA. Grayscale: #7D7D7D. Windows color (decimal): -5868731 or 4551590. OLE color: 4551590.

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

Color convert

RGB 166 115 69 -
CMYK 0 0.31 0.58 0.35
HSL 28.45º 0.41% 0.46% -
HSV(B) 28.45º 0.58% 0.65% -
XYZ 22.93 20.8 8.44 -
YUV 125.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 166 115 69 0 0.31 0.58 0.35 28.45 0.41 0.46
Hex A6 73 45 0 1F 3A 23 1C 29 2E
Octal 246 163 105 0 37 72 43 34 51 56
Binary 10100110 1110011 1000101 0 11111 111010 100011 11100 101001 101110

Color Harmonies of #A67345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67345

Black with #A67345

Text Example


Text Example

White with #A67345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67345; }

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

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

background-color css

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

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

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

border-color css

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

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

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