#A27540

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

Shades of Bourbon #A27540

Tints of Bourbon #A27540

Color information

#A27540 (or 0xA27540) is unknown color: approx Bourbon. HEX triplet: A2, 75 and 40. RGB value is (162,117,64). Sum of RGB (Red+Green+Blue) = 162+117+64=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A27540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27540 is #5D8ABF. Grayscale: #7C7C7C. Windows color (decimal): -6130368 or 4224418. OLE color: 4224418.

HSL color Cylindrical-coordinate representation of color #A27540: hue angle of 32.45º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27540 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16211764-
CMYK00.280.600.36
HSL32.45º43.36%44.31%-
HSV(B)32.45º60.49%63.53%-
XYZ22.1920.777.69-
YUV124.4193.91154.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=47.23%
G=34.11%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621176400.280.600.3632.4543.3644.31
HexA2754001C3C24202b2c
Octal2421651000347444405354
Binary1010001011101011000000011100111100100100100000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27540; }

 p { color: rgb(162,117,64); }

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

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

 a { background-color: rgb(162,117,64); }

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

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

 span { border-color: rgb(162,117,64); }

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