Html Css Color HEX #A57740 Bourbon

📋 copy color: '#A57740'

red 165 ◦ green 119 ◦ blue 64

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

Shades of Bourbon #A57740

Tints of Bourbon #A57740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.2%

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 47.41%
G = 34.2%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A57740 (or 0xA57740) is known color: Bourbon. HEX triplet: A5, 77 and 40. RGB value is (165,119,64). Sum of RGB (Red+Green+Blue) = 165+119+64=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A57740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57740 is #5A88BF. Grayscale: #7E7E7E. Windows color (decimal): -5933248 or 4224933. OLE color: 4224933.

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

Color convert

RGB 165 119 64 -
CMYK 0 0.28 0.61 0.35
HSL 32.67º 0.44% 0.45% -
HSV(B) 32.67º 0.61% 0.65% -
XYZ 23.04 21.56 7.8 -
YUV 126.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 165 119 64 0 0.28 0.61 0.35 32.67 0.44 0.45
Hex A5 77 40 0 1C 3D 23 21 2C 2D
Octal 245 167 100 0 34 75 43 41 54 55
Binary 10100101 1110111 1000000 0 11100 111101 100011 100001 101100 101101

Color Harmonies of #A57740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57740

Black with #A57740

Text Example


Text Example

White with #A57740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57740; }

 p { color: rgb(165,119,64); }

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

background-color css

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

 a { background-color: rgb(165,119,64); }

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

border-color css

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

 span { border-color: rgb(165,119,64); }

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