Html Css Color HEX #A76A40 Bourbon

📋 copy color: '#A76A40'

red 167 ◦ green 106 ◦ blue 64

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

Shades of Bourbon #A76A40

Tints of Bourbon #A76A40

RGB

 RED value IS 167 (65.63% from 255) = 49.55%

 GREEN value IS 106 (41.8% from 255) = 31.45%

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

R = 49.55%
G = 31.45%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A76A40 (or 0xA76A40) is known color: Bourbon. HEX triplet: A7, 6A and 40. RGB value is (167,106,64). Sum of RGB (Red+Green+Blue) = 167+106+64=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76A40 is #5895BF. Grayscale: #777777. Windows color (decimal): -5805504 or 4221607. OLE color: 4221607.

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

Color convert

RGB 167 106 64 -
CMYK 0 0.37 0.62 0.35
HSL 24.47º 0.45% 0.45% -
HSV(B) 24.47º 0.62% 0.65% -
XYZ 22.02 18.89 7.34 -
YUV 119.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 167 106 64 0 0.37 0.62 0.35 24.47 0.45 0.45
Hex A7 6A 40 0 25 3E 23 18 2D 2D
Octal 247 152 100 0 45 76 43 30 55 55
Binary 10100111 1101010 1000000 0 100101 111110 100011 11000 101101 101101

Color Harmonies of #A76A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76A40

Black with #A76A40

Text Example


Text Example

White with #A76A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76A40; }

 p { color: rgb(167,106,64); }

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

background-color css

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

 a { background-color: rgb(167,106,64); }

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

border-color css

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

 span { border-color: rgb(167,106,64); }

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