Html Css Color HEX #A86942 Bourbon

📋 copy color: '#A86942'

red 168 ◦ green 105 ◦ blue 66

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

Shades of Bourbon #A86942

Tints of Bourbon #A86942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 49.56%
G = 30.97%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A86942 (or 0xA86942) is known color: Bourbon. HEX triplet: A8, 69 and 42. RGB value is (168,105,66). Sum of RGB (Red+Green+Blue) = 168+105+66=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A86942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86942 is #5796BD. Grayscale: #777777. Windows color (decimal): -5740222 or 4352424. OLE color: 4352424.

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

Color convert

RGB 168 105 66 -
CMYK 0 0.38 0.61 0.34
HSL 22.94º 0.44% 0.46% -
HSV(B) 22.94º 0.61% 0.66% -
XYZ 22.18 18.82 7.62 -
YUV 119.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 168 105 66 0 0.38 0.61 0.34 22.94 0.44 0.46
Hex A8 69 42 0 26 3D 22 17 2C 2E
Octal 250 151 102 0 46 75 42 27 54 56
Binary 10101000 1101001 1000010 0 100110 111101 100010 10111 101100 101110

Color Harmonies of #A86942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86942

Black with #A86942

Text Example


Text Example

White with #A86942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86942; }

 p { color: rgb(168,105,66); }

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

background-color css

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

 a { background-color: rgb(168,105,66); }

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

border-color css

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

 span { border-color: rgb(168,105,66); }

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