Html Css Color HEX #A87640 Bourbon

📋 copy color: '#A87640'

red 168 ◦ green 118 ◦ blue 64

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

Shades of Bourbon #A87640

Tints of Bourbon #A87640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 48%
G = 33.71%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A87640 (or 0xA87640) is known color: Bourbon. HEX triplet: A8, 76 and 40. RGB value is (168,118,64). Sum of RGB (Red+Green+Blue) = 168+118+64=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A87640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87640 is #5789BF. Grayscale: #7F7F7F. Windows color (decimal): -5736896 or 4224680. OLE color: 4224680.

HSL color Cylindrical-coordinate representation of color #A87640: hue angle of 31.15º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A87640 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 118 64 -
CMYK 0 0.30 0.62 0.34
HSL 31.15º 0.45% 0.45% -
HSV(B) 31.15º 0.62% 0.66% -
XYZ 23.55 21.65 7.79 -
YUV 126.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 168 118 64 0 0.30 0.62 0.34 31.15 0.45 0.45
Hex A8 76 40 0 1E 3E 22 1F 2D 2D
Octal 250 166 100 0 36 76 42 37 55 55
Binary 10101000 1110110 1000000 0 11110 111110 100010 11111 101101 101101

Color Harmonies of #A87640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87640

Black with #A87640

Text Example


Text Example

White with #A87640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87640; }

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

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

background-color css

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

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

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

border-color css

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

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

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