#A57042

Color #A57042 Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #A57042

Tints of Bourbon #A57042

Color information

#A57042 (or 0xA57042) is unknown color: approx Bourbon. HEX triplet: A5, 70 and 42. RGB value is (165,112,66). Sum of RGB (Red+Green+Blue) = 165+112+66=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A57042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57042 is #5A8FBD. Grayscale: #7A7A7A. Windows color (decimal): -5935038 or 4354213. OLE color: 4354213.

HSL color Cylindrical-coordinate representation of color #A57042: hue angle of 27.88º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A57042 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16511266-
CMYK00.320.600.35
HSL27.88º42.86%45.29%-
HSV(B)27.88º60%64.71%-
XYZ22.2919.987.84-
YUV122.696.06158.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=48.10%
G=32.65%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651126600.320.600.3527.8842.8645.29
HexA570420203C231c2b2d
Octal2451601020407443345355
Binary1010010111100001000010010000011110010001111100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57042; }

 p { color: rgb(165,112,66); }

 H1.HeaderClassName
 {
   color: #A57042;
 }
 .AnyTagClassName
 {
   color: #A57042;
 }
</style>
background-color css

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

 a { background-color: rgb(165,112,66); }

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

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

 span { border-color: rgb(165,112,66); }

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