Html Css Color HEX #A87540 Bourbon

📋 copy color: '#A87540'

red 168 ◦ green 117 ◦ blue 64

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

Shades of Bourbon #A87540

Tints of Bourbon #A87540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

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

R = 48.14%
G = 33.52%
B = 18.34%

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

#A87540 (or 0xA87540) is known color: Bourbon. HEX triplet: A8, 75 and 40. RGB value is (168,117,64). Sum of RGB (Red+Green+Blue) = 168+117+64=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A87540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87540 is #578ABF. Grayscale: #7E7E7E. Windows color (decimal): -5737152 or 4224424. OLE color: 4224424.

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

Color convert

RGB 168 117 64 -
CMYK 0 0.30 0.62 0.34
HSL 30.58º 0.45% 0.45% -
HSV(B) 30.58º 0.62% 0.66% -
XYZ 23.44 21.42 7.75 -
YUV 126.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 168 117 64 0 0.30 0.62 0.34 30.58 0.45 0.45
Hex A8 75 40 0 1E 3E 22 1F 2D 2D
Octal 250 165 100 0 36 76 42 37 55 55
Binary 10101000 1110101 1000000 0 11110 111110 100010 11111 101101 101101

Color Harmonies of #A87540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87540

Black with #A87540

Text Example


Text Example

White with #A87540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87540; }

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

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

background-color css

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

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

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

border-color css

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

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

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