Html Css Color HEX #A57445 Bourbon

📋 copy color: '#A57445'

red 165 ◦ green 116 ◦ blue 69

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

Shades of Bourbon #A57445

Tints of Bourbon #A57445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 47.14%
G = 33.14%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A57445 (or 0xA57445) is known color: Bourbon. HEX triplet: A5, 74 and 45. RGB value is (165,116,69). Sum of RGB (Red+Green+Blue) = 165+116+69=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A57445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57445 is #5A8BBA. Grayscale: #7D7D7D. Windows color (decimal): -5934011 or 4551845. OLE color: 4551845.

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

Color convert

RGB 165 116 69 -
CMYK 0 0.30 0.58 0.35
HSL 29.38º 0.41% 0.46% -
HSV(B) 29.38º 0.58% 0.65% -
XYZ 22.84 20.92 8.46 -
YUV 125.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 165 116 69 0 0.30 0.58 0.35 29.38 0.41 0.46
Hex A5 74 45 0 1E 3A 23 1D 29 2E
Octal 245 164 105 0 36 72 43 35 51 56
Binary 10100101 1110100 1000101 0 11110 111010 100011 11101 101001 101110

Color Harmonies of #A57445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57445

Black with #A57445

Text Example


Text Example

White with #A57445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57445; }

 p { color: rgb(165,116,69); }

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

background-color css

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

 a { background-color: rgb(165,116,69); }

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

border-color css

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

 span { border-color: rgb(165,116,69); }

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