Html Css Color HEX #A86C38 Bourbon

📋 copy color: '#A86C38'

red 168 ◦ green 108 ◦ blue 56

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

Shades of Bourbon #A86C38

Tints of Bourbon #A86C38

RGB

 RED value IS 168 (66.02% from 255) = 50.6%

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

 BLUE value IS 56 (22.27% from 255) = 16.87%

R = 50.6%
G = 32.53%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A86C38 (or 0xA86C38) is known color: Bourbon. HEX triplet: A8, 6C and 38. RGB value is (168,108,56). Sum of RGB (Red+Green+Blue) = 168+108+56=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86C38 is #5793C7. Grayscale: #787878. Windows color (decimal): -5739464 or 3697832. OLE color: 3697832.

HSL color Cylindrical-coordinate representation of color #A86C38: hue angle of 27.86º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A86C38 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 108 56 -
CMYK 0 0.36 0.67 0.34
HSL 27.86º 0.5% 0.44% -
HSV(B) 27.86º 0.67% 0.66% -
XYZ 22.22 19.34 6.3 -
YUV 120.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 168 108 56 0 0.36 0.67 0.34 27.86 0.5 0.44
Hex A8 6C 38 0 24 43 22 1C 32 2C
Octal 250 154 70 0 44 103 42 34 62 54
Binary 10101000 1101100 111000 0 100100 1000011 100010 11100 110010 101100

Color Harmonies of #A86C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86C38

Black with #A86C38

Text Example


Text Example

White with #A86C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86C38; }

 p { color: rgb(168,108,56); }

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

background-color css

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

 a { background-color: rgb(168,108,56); }

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

border-color css

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

 span { border-color: rgb(168,108,56); }

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