Html Css Color HEX #AD7240 Bourbon

📋 copy color: '#AD7240'

red 173 ◦ green 114 ◦ blue 64

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

Shades of Bourbon #AD7240

Tints of Bourbon #AD7240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

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

R = 49.29%
G = 32.48%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD7240 (or 0xAD7240) is known color: Bourbon. HEX triplet: AD, 72 and 40. RGB value is (173,114,64). Sum of RGB (Red+Green+Blue) = 173+114+64=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7240 is #528DBF. Grayscale: #7E7E7E. Windows color (decimal): -5410240 or 4223661. OLE color: 4223661.

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

Color convert

RGB 173 114 64 -
CMYK 0 0.34 0.63 0.32
HSL 27.52º 0.46% 0.46% -
HSV(B) 27.52º 0.63% 0.68% -
XYZ 24.18 21.29 7.69 -
YUV 125.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 173 114 64 0 0.34 0.63 0.32 27.52 0.46 0.46
Hex AD 72 40 0 22 3F 20 1C 2E 2E
Octal 255 162 100 0 42 77 40 34 56 56
Binary 10101101 1110010 1000000 0 100010 111111 100000 11100 101110 101110

Color Harmonies of #AD7240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7240

Black with #AD7240

Text Example


Text Example

White with #AD7240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7240; }

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

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

background-color css

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

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

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

border-color css

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

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

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