Html Css Color HEX #AD7640 Bourbon

📋 copy color: '#AD7640'

red 173 ◦ green 118 ◦ blue 64

#AD7640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #AD7640

Tints of Bourbon #AD7640

RGB

 RED value IS 173 (67.97% from 255) = 48.73%

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 48.73%
G = 33.24%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD7640 (or 0xAD7640) is known color: Bourbon. HEX triplet: AD, 76 and 40. RGB value is (173,118,64). Sum of RGB (Red+Green+Blue) = 173+118+64=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7640 is #5289BF. Grayscale: #808080. Windows color (decimal): -5409216 or 4224685. OLE color: 4224685.

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

Color convert

RGB 173 118 64 -
CMYK 0 0.32 0.63 0.32
HSL 29.72º 0.46% 0.46% -
HSV(B) 29.72º 0.63% 0.68% -
XYZ 24.64 22.21 7.84 -
YUV 128.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 173 118 64 0 0.32 0.63 0.32 29.72 0.46 0.46
Hex AD 76 40 0 20 3F 20 1E 2E 2E
Octal 255 166 100 0 40 77 40 36 56 56
Binary 10101101 1110110 1000000 0 100000 111111 100000 11110 101110 101110

Color Harmonies of #AD7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7640

Black with #AD7640

Text Example


Text Example

White with #AD7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7640; }

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

 H1.HeaderClassName
 {
   color: #AD7640;
 }
 .AnyTagClassName
 {
   color: #AD7640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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