Html Css Color HEX #A76F48 Bourbon

📋 copy color: '#A76F48'

red 167 ◦ green 111 ◦ blue 72

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

Shades of Bourbon #A76F48

Tints of Bourbon #A76F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 47.71%
G = 31.71%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A76F48 (or 0xA76F48) is known color: Bourbon. HEX triplet: A7, 6F and 48. RGB value is (167,111,72). Sum of RGB (Red+Green+Blue) = 167+111+72=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76F48 is #5890B7. Grayscale: #7B7B7B. Windows color (decimal): -5804216 or 4747175. OLE color: 4747175.

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

Color convert

RGB 167 111 72 -
CMYK 0 0.34 0.57 0.35
HSL 24.63º 0.4% 0.47% -
HSV(B) 24.63º 0.57% 0.65% -
XYZ 22.79 20.05 8.8 -
YUV 123.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 167 111 72 0 0.34 0.57 0.35 24.63 0.4 0.47
Hex A7 6F 48 0 22 39 23 19 28 2F
Octal 247 157 110 0 42 71 43 31 50 57
Binary 10100111 1101111 1001000 0 100010 111001 100011 11001 101000 101111

Color Harmonies of #A76F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F48

Black with #A76F48

Text Example


Text Example

White with #A76F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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