Html Css Color HEX #A06C41 Bourbon

📋 copy color: '#A06C41'

red 160 ◦ green 108 ◦ blue 65

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

Shades of Bourbon #A06C41

Tints of Bourbon #A06C41

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

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

R = 48.05%
G = 32.43%
B = 19.52%

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

#A06C41 (or 0xA06C41) is known color: Bourbon. HEX triplet: A0, 6C and 41. RGB value is (160,108,65). Sum of RGB (Red+Green+Blue) = 160+108+65=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C41 is #5F93BE. Grayscale: #767676. Windows color (decimal): -6263743 or 4287648. OLE color: 4287648.

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

Color convert

RGB 160 108 65 -
CMYK 0 0.32 0.59 0.37
HSL 27.16º 0.42% 0.44% -
HSV(B) 27.16º 0.59% 0.63% -
XYZ 20.81 18.58 7.49 -
YUV 118.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 160 108 65 0 0.32 0.59 0.37 27.16 0.42 0.44
Hex A0 6C 41 0 20 3B 25 1B 2A 2C
Octal 240 154 101 0 40 73 45 33 52 54
Binary 10100000 1101100 1000001 0 100000 111011 100101 11011 101010 101100

Color Harmonies of #A06C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C41

Black with #A06C41

Text Example


Text Example

White with #A06C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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