Html Css Color HEX #A57144 Bourbon

📋 copy color: '#A57144'

red 165 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #A57144

Tints of Bourbon #A57144

RGB

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

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

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

R = 47.69%
G = 32.66%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A57144 (or 0xA57144) is known color: Bourbon. HEX triplet: A5, 71 and 44. RGB value is (165,113,68). Sum of RGB (Red+Green+Blue) = 165+113+68=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A57144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57144 is #5A8EBB. Grayscale: #7B7B7B. Windows color (decimal): -5934780 or 4485541. OLE color: 4485541.

HSL color Cylindrical-coordinate representation of color #A57144: hue angle of 27.84º 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 #A57144 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 113 68 -
CMYK 0 0.32 0.59 0.35
HSL 27.84º 0.42% 0.46% -
HSV(B) 27.84º 0.59% 0.65% -
XYZ 22.47 20.23 8.19 -
YUV 123.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 165 113 68 0 0.32 0.59 0.35 27.84 0.42 0.46
Hex A5 71 44 0 20 3B 23 1C 2A 2E
Octal 245 161 104 0 40 73 43 34 52 56
Binary 10100101 1110001 1000100 0 100000 111011 100011 11100 101010 101110

Color Harmonies of #A57144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57144

Black with #A57144

Text Example


Text Example

White with #A57144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57144; }

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

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

background-color css

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

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

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

border-color css

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

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

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