Html Css Color HEX #A06D43 Bourbon

📋 copy color: '#A06D43'

red 160 ◦ green 109 ◦ blue 67

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

Shades of Bourbon #A06D43

Tints of Bourbon #A06D43

RGB

 RED value IS 160 (62.89% from 255) = 47.62%

 GREEN value IS 109 (42.97% from 255) = 32.44%

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

R = 47.62%
G = 32.44%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A06D43 (or 0xA06D43) is known color: Bourbon. HEX triplet: A0, 6D and 43. RGB value is (160,109,67). Sum of RGB (Red+Green+Blue) = 160+109+67=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06D43 is #5F92BC. Grayscale: #777777. Windows color (decimal): -6263485 or 4418976. OLE color: 4418976.

HSL color Cylindrical-coordinate representation of color #A06D43: hue angle of 27.1º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A06D43 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 109 67 -
CMYK 0 0.32 0.58 0.37
HSL 27.1º 0.41% 0.45% -
HSV(B) 27.1º 0.58% 0.63% -
XYZ 20.98 18.82 7.84 -
YUV 119.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 160 109 67 0 0.32 0.58 0.37 27.1 0.41 0.45
Hex A0 6D 43 0 20 3A 25 1B 29 2D
Octal 240 155 103 0 40 72 45 33 51 55
Binary 10100000 1101101 1000011 0 100000 111010 100101 11011 101001 101101

Color Harmonies of #A06D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D43

Black with #A06D43

Text Example


Text Example

White with #A06D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D43; }

 p { color: rgb(160,109,67); }

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

background-color css

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

 a { background-color: rgb(160,109,67); }

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

border-color css

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

 span { border-color: rgb(160,109,67); }

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