#A5683F

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

Shades of Bourbon #A5683F

Tints of Bourbon #A5683F

Color information

#A5683F (or 0xA5683F) is unknown color: approx Bourbon. HEX triplet: A5, 68 and 3F. RGB value is (165,104,63). Sum of RGB (Red+Green+Blue) = 165+104+63=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A5683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5683F is #5A97C0. Grayscale: #757575. Windows color (decimal): -5937089 or 4155557. OLE color: 4155557.

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

Color convert

RGB16510463-
CMYK00.370.620.35
HSL24.12º44.74%44.71%-
HSV(B)24.12º61.82%64.71%-
XYZ21.3618.267.1-
YUV117.5697.21161.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 63 (25% from 255) = 18.98%
R=49.70%
G=31.33%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651046300.370.620.3524.1244.7444.71
HexA5683F0253E23182d2d
Octal245150770457643305555
Binary101001011101000111111010010111111010001111000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5683F; }

 p { color: rgb(165,104,63); }

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

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

 a { background-color: rgb(165,104,63); }

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

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

 span { border-color: rgb(165,104,63); }

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