Html Css Color HEX #A76A44 Bourbon

📋 copy color: '#A76A44'

red 167 ◦ green 106 ◦ blue 68

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

Shades of Bourbon #A76A44

Tints of Bourbon #A76A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.94%

R = 48.97%
G = 31.09%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A76A44 (or 0xA76A44) is known color: Bourbon. HEX triplet: A7, 6A and 44. RGB value is (167,106,68). Sum of RGB (Red+Green+Blue) = 167+106+68=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76A44 is #5895BB. Grayscale: #787878. Windows color (decimal): -5805500 or 4483751. OLE color: 4483751.

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

Color convert

RGB 167 106 68 -
CMYK 0 0.37 0.59 0.35
HSL 23.03º 0.42% 0.46% -
HSV(B) 23.03º 0.59% 0.65% -
XYZ 22.13 18.94 7.96 -
YUV 119.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 167 106 68 0 0.37 0.59 0.35 23.03 0.42 0.46
Hex A7 6A 44 0 25 3B 23 17 2A 2E
Octal 247 152 104 0 45 73 43 27 52 56
Binary 10100111 1101010 1000100 0 100101 111011 100011 10111 101010 101110

Color Harmonies of #A76A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76A44

Black with #A76A44

Text Example


Text Example

White with #A76A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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