Html Css Color HEX #A06D41 Bourbon

📋 copy color: '#A06D41'

red 160 ◦ green 109 ◦ blue 65

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

Shades of Bourbon #A06D41

Tints of Bourbon #A06D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 47.9%
G = 32.63%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A06D41 (or 0xA06D41) is known color: Bourbon. HEX triplet: A0, 6D and 41. RGB value is (160,109,65). Sum of RGB (Red+Green+Blue) = 160+109+65=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06D41 is #5F92BE. Grayscale: #777777. Windows color (decimal): -6263487 or 4287904. OLE color: 4287904.

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

Color convert

RGB 160 109 65 -
CMYK 0 0.32 0.59 0.37
HSL 27.79º 0.42% 0.44% -
HSV(B) 27.79º 0.59% 0.63% -
XYZ 20.92 18.79 7.53 -
YUV 119.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 160 109 65 0 0.32 0.59 0.37 27.79 0.42 0.44
Hex A0 6D 41 0 20 3B 25 1C 2A 2C
Octal 240 155 101 0 40 73 45 34 52 54
Binary 10100000 1101101 1000001 0 100000 111011 100101 11100 101010 101100

Color Harmonies of #A06D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D41

Black with #A06D41

Text Example


Text Example

White with #A06D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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