Html Css Color HEX #AD7440 Bourbon

📋 copy color: '#AD7440'

red 173 ◦ green 116 ◦ blue 64

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

Shades of Bourbon #AD7440

Tints of Bourbon #AD7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

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

R = 49.01%
G = 32.86%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD7440 (or 0xAD7440) is known color: Bourbon. HEX triplet: AD, 74 and 40. RGB value is (173,116,64). Sum of RGB (Red+Green+Blue) = 173+116+64=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7440 is #528BBF. Grayscale: #7F7F7F. Windows color (decimal): -5409728 or 4224173. OLE color: 4224173.

HSL color Cylindrical-coordinate representation of color #AD7440: hue angle of 28.62º 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 #AD7440 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 64 -
CMYK 0 0.33 0.63 0.32
HSL 28.62º 0.46% 0.46% -
HSV(B) 28.62º 0.63% 0.68% -
XYZ 24.4 21.75 7.76 -
YUV 127.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 173 116 64 0 0.33 0.63 0.32 28.62 0.46 0.46
Hex AD 74 40 0 21 3F 20 1D 2E 2E
Octal 255 164 100 0 41 77 40 35 56 56
Binary 10101101 1110100 1000000 0 100001 111111 100000 11101 101110 101110

Color Harmonies of #AD7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7440

Black with #AD7440

Text Example


Text Example

White with #AD7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7440; }

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

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

background-color css

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

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

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

border-color css

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

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

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