#AD643A

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

Shades of Bourbon #AD643A

Tints of Bourbon #AD643A

Color information

#AD643A (or 0xAD643A) is unknown color: approx Bourbon. HEX triplet: AD, 64 and 3A. RGB value is (173,100,58). Sum of RGB (Red+Green+Blue) = 173+100+58=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD643A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD643A is #529BC5. Grayscale: #757575. Windows color (decimal): -5413830 or 3826861. OLE color: 3826861.

HSL color Cylindrical-coordinate representation of color #AD643A: hue angle of 21.91º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD643A is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17310058-
CMYK00.420.660.32
HSL21.91º49.78%45.29%-
HSV(B)21.91º66.47%67.84%-
XYZ22.5518.36.35-
YUV117.0494.68167.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=52.27%
G=30.21%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731005800.420.660.3221.9149.7845.29
HexAD643A02A422016322d
Octal2551447205210240266255
Binary1010110111001001110100101010100001010000010110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD643A; }

 p { color: rgb(173,100,58); }

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

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

 a { background-color: rgb(173,100,58); }

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

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

 span { border-color: rgb(173,100,58); }

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