#AD764A

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

Shades of Bourbon #AD764A

Tints of Bourbon #AD764A

Color information

#AD764A (or 0xAD764A) is unknown color: approx Bourbon. HEX triplet: AD, 76 and 4A. RGB value is (173,118,74). Sum of RGB (Red+Green+Blue) = 173+118+74=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD764A is #5289B5. Grayscale: #818181. Windows color (decimal): -5409206 or 4880045. OLE color: 4880045.

HSL color Cylindrical-coordinate representation of color #AD764A: hue angle of 26.67º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD764A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB17311874-
CMYK00.320.570.32
HSL26.67º40.08%48.43%-
HSV(B)26.67º57.23%67.84%-
XYZ24.9522.349.47-
YUV129.4396.72159.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=47.40%
G=32.33%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731187400.320.570.3226.6740.0848.43
HexAD764A02039201b2830
Octal2551661120407140335060
Binary1010110111101101001010010000011100110000011011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD764A; }

 p { color: rgb(173,118,74); }

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

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

 a { background-color: rgb(173,118,74); }

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

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

 span { border-color: rgb(173,118,74); }

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