Html Css Color HEX #AD724A Bourbon

📋 copy color: '#AD724A'

red 173 ◦ green 114 ◦ blue 74

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

Shades of Bourbon #AD724A

Tints of Bourbon #AD724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 47.92%
G = 31.58%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD724A (or 0xAD724A) is known color: Bourbon. HEX triplet: AD, 72 and 4A. RGB value is (173,114,74). Sum of RGB (Red+Green+Blue) = 173+114+74=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD724A is #528DB5. Grayscale: #7F7F7F. Windows color (decimal): -5410230 or 4879021. OLE color: 4879021.

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

Color convert

RGB 173 114 74 -
CMYK 0 0.34 0.57 0.32
HSL 24.24º 0.4% 0.48% -
HSV(B) 24.24º 0.57% 0.68% -
XYZ 24.49 21.41 9.32 -
YUV 127.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 173 114 74 0 0.34 0.57 0.32 24.24 0.4 0.48
Hex AD 72 4A 0 22 39 20 18 28 30
Octal 255 162 112 0 42 71 40 30 50 60
Binary 10101101 1110010 1001010 0 100010 111001 100000 11000 101000 110000

Color Harmonies of #AD724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD724A

Black with #AD724A

Text Example


Text Example

White with #AD724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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