Html Css Color HEX #A76F3D Bourbon

📋 copy color: '#A76F3D'

red 167 ◦ green 111 ◦ blue 61

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

Shades of Bourbon #A76F3D

Tints of Bourbon #A76F3D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.74%

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 49.26%
G = 32.74%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A76F3D (or 0xA76F3D) is known color: Bourbon. HEX triplet: A7, 6F and 3D. RGB value is (167,111,61). Sum of RGB (Red+Green+Blue) = 167+111+61=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76F3D is #5890C2. Grayscale: #7A7A7A. Windows color (decimal): -5804227 or 4026279. OLE color: 4026279.

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

Color convert

RGB 167 111 61 -
CMYK 0 0.34 0.63 0.35
HSL 28.3º 0.46% 0.45% -
HSV(B) 28.3º 0.63% 0.65% -
XYZ 22.46 19.92 7.08 -
YUV 122.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 167 111 61 0 0.34 0.63 0.35 28.3 0.46 0.45
Hex A7 6F 3D 0 22 3F 23 1C 2E 2D
Octal 247 157 75 0 42 77 43 34 56 55
Binary 10100111 1101111 111101 0 100010 111111 100011 11100 101110 101101

Color Harmonies of #A76F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F3D

Black with #A76F3D

Text Example


Text Example

White with #A76F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F3D; }

 p { color: rgb(167,111,61); }

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

background-color css

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

 a { background-color: rgb(167,111,61); }

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

border-color css

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

 span { border-color: rgb(167,111,61); }

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