Html Css Color HEX #A87642 Bourbon

📋 copy color: '#A87642'

red 168 ◦ green 118 ◦ blue 66

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

Shades of Bourbon #A87642

Tints of Bourbon #A87642

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.52%

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

R = 47.73%
G = 33.52%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A87642 (or 0xA87642) is known color: Bourbon. HEX triplet: A8, 76 and 42. RGB value is (168,118,66). Sum of RGB (Red+Green+Blue) = 168+118+66=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A87642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87642 is #5789BD. Grayscale: #7F7F7F. Windows color (decimal): -5736894 or 4355752. OLE color: 4355752.

HSL color Cylindrical-coordinate representation of color #A87642: hue angle of 30.59º 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 #A87642 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 118 66 -
CMYK 0 0.30 0.61 0.34
HSL 30.59º 0.44% 0.46% -
HSV(B) 30.59º 0.61% 0.66% -
XYZ 23.61 21.68 8.09 -
YUV 127.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 168 118 66 0 0.30 0.61 0.34 30.59 0.44 0.46
Hex A8 76 42 0 1E 3D 22 1F 2C 2E
Octal 250 166 102 0 36 75 42 37 54 56
Binary 10101000 1110110 1000010 0 11110 111101 100010 11111 101100 101110

Color Harmonies of #A87642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87642

Black with #A87642

Text Example


Text Example

White with #A87642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87642; }

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

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

background-color css

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

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

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

border-color css

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

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

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