Html Css Color HEX #A57147 Bourbon

📋 copy color: '#A57147'

red 165 ◦ green 113 ◦ blue 71

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

Shades of Bourbon #A57147

Tints of Bourbon #A57147

RGB

 RED value IS 165 (64.84% from 255) = 47.28%

 GREEN value IS 113 (44.53% from 255) = 32.38%

 BLUE value IS 71 (28.13% from 255) = 20.34%

R = 47.28%
G = 32.38%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A57147 (or 0xA57147) is known color: Bourbon. HEX triplet: A5, 71 and 47. RGB value is (165,113,71). Sum of RGB (Red+Green+Blue) = 165+113+71=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A57147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57147 is #5A8EB8. Grayscale: #7B7B7B. Windows color (decimal): -5934777 or 4682149. OLE color: 4682149.

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

Color convert

RGB 165 113 71 -
CMYK 0 0.32 0.57 0.35
HSL 26.81º 0.4% 0.46% -
HSV(B) 26.81º 0.57% 0.65% -
XYZ 22.56 20.26 8.68 -
YUV 123.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 165 113 71 0 0.32 0.57 0.35 26.81 0.4 0.46
Hex A5 71 47 0 20 39 23 1B 28 2E
Octal 245 161 107 0 40 71 43 33 50 56
Binary 10100101 1110001 1000111 0 100000 111001 100011 11011 101000 101110

Color Harmonies of #A57147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57147

Black with #A57147

Text Example


Text Example

White with #A57147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57147; }

 p { color: rgb(165,113,71); }

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

background-color css

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

 a { background-color: rgb(165,113,71); }

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

border-color css

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

 span { border-color: rgb(165,113,71); }

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