Html Css Color HEX #A67145 Bourbon

📋 copy color: '#A67145'

red 166 ◦ green 113 ◦ blue 69

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

Shades of Bourbon #A67145

Tints of Bourbon #A67145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

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

R = 47.7%
G = 32.47%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A67145 (or 0xA67145) is known color: Bourbon. HEX triplet: A6, 71 and 45. RGB value is (166,113,69). Sum of RGB (Red+Green+Blue) = 166+113+69=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A67145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67145 is #598EBA. Grayscale: #7C7C7C. Windows color (decimal): -5869243 or 4551078. OLE color: 4551078.

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

Color convert

RGB 166 113 69 -
CMYK 0 0.32 0.58 0.35
HSL 27.22º 0.41% 0.46% -
HSV(B) 27.22º 0.58% 0.65% -
XYZ 22.71 20.35 8.36 -
YUV 123.83 97.06 158.08 -
System Red Green Blue C M Y K H S L
Decimal 166 113 69 0 0.32 0.58 0.35 27.22 0.41 0.46
Hex A6 71 45 0 20 3A 23 1B 29 2E
Octal 246 161 105 0 40 72 43 33 51 56
Binary 10100110 1110001 1000101 0 100000 111010 100011 11011 101001 101110

Color Harmonies of #A67145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67145

Black with #A67145

Text Example


Text Example

White with #A67145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67145; }

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

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

background-color css

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

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

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

border-color css

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

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

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