Html Css Color HEX #A67440 Bourbon

📋 copy color: '#A67440'

red 166 ◦ green 116 ◦ blue 64

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

Shades of Bourbon #A67440

Tints of Bourbon #A67440

RGB

 RED value IS 166 (65.23% from 255) = 47.98%

 GREEN value IS 116 (45.7% from 255) = 33.53%

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

R = 47.98%
G = 33.53%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A67440 (or 0xA67440) is known color: Bourbon. HEX triplet: A6, 74 and 40. RGB value is (166,116,64). Sum of RGB (Red+Green+Blue) = 166+116+64=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A67440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67440 is #598BBF. Grayscale: #7D7D7D. Windows color (decimal): -5868480 or 4224166. OLE color: 4224166.

HSL color Cylindrical-coordinate representation of color #A67440: hue angle of 30.59º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A67440 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 64 -
CMYK 0 0.30 0.61 0.35
HSL 30.59º 0.44% 0.45% -
HSV(B) 30.59º 0.61% 0.65% -
XYZ 22.9 20.97 7.69 -
YUV 125.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 166 116 64 0 0.30 0.61 0.35 30.59 0.44 0.45
Hex A6 74 40 0 1E 3D 23 1F 2C 2D
Octal 246 164 100 0 36 75 43 37 54 55
Binary 10100110 1110100 1000000 0 11110 111101 100011 11111 101100 101101

Color Harmonies of #A67440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67440

Black with #A67440

Text Example


Text Example

White with #A67440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67440; }

 p { color: rgb(166,116,64); }

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

background-color css

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

 a { background-color: rgb(166,116,64); }

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

border-color css

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

 span { border-color: rgb(166,116,64); }

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