#A97242

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

Shades of Bourbon #A97242

Tints of Bourbon #A97242

Color information

#A97242 (or 0xA97242) is unknown color: approx Bourbon. HEX triplet: A9, 72 and 42. RGB value is (169,114,66). Sum of RGB (Red+Green+Blue) = 169+114+66=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A97242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97242 is #568DBD. Grayscale: #7D7D7D. Windows color (decimal): -5672382 or 4354729. OLE color: 4354729.

HSL color Cylindrical-coordinate representation of color #A97242: hue angle of 27.96º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A97242 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16911466-
CMYK00.330.610.34
HSL27.96º43.83%46.08%-
HSV(B)27.96º60.95%66.27%-
XYZ23.3620.867.95-
YUV124.9794.72159.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=48.42%
G=32.66%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691146600.330.610.3427.9643.8346.08
HexA972420213D221c2c2e
Octal2511621020417542345456
Binary1010100111100101000010010000111110110001011100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97242; }

 p { color: rgb(169,114,66); }

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

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

 a { background-color: rgb(169,114,66); }

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

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

 span { border-color: rgb(169,114,66); }

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