Html Css Color HEX #A76B46 Bourbon

📋 copy color: '#A76B46'

red 167 ◦ green 107 ◦ blue 70

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

Shades of Bourbon #A76B46

Tints of Bourbon #A76B46

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 48.55%
G = 31.1%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A76B46 (or 0xA76B46) is known color: Bourbon. HEX triplet: A7, 6B and 46. RGB value is (167,107,70). Sum of RGB (Red+Green+Blue) = 167+107+70=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76B46 is #5894B9. Grayscale: #787878. Windows color (decimal): -5805242 or 4615079. OLE color: 4615079.

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

Color convert

RGB 167 107 70 -
CMYK 0 0.36 0.58 0.35
HSL 22.89º 0.41% 0.46% -
HSV(B) 22.89º 0.58% 0.65% -
XYZ 22.3 19.17 8.32 -
YUV 120.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 167 107 70 0 0.36 0.58 0.35 22.89 0.41 0.46
Hex A7 6B 46 0 24 3A 23 17 29 2E
Octal 247 153 106 0 44 72 43 27 51 56
Binary 10100111 1101011 1000110 0 100100 111010 100011 10111 101001 101110

Color Harmonies of #A76B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B46

Black with #A76B46

Text Example


Text Example

White with #A76B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B46; }

 p { color: rgb(167,107,70); }

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

background-color css

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

 a { background-color: rgb(167,107,70); }

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

border-color css

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

 span { border-color: rgb(167,107,70); }

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