Html Css Color HEX #AD7944 Bourbon

📋 copy color: '#AD7944'

red 173 ◦ green 121 ◦ blue 68

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

Shades of Bourbon #AD7944

Tints of Bourbon #AD7944

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.43%

 BLUE value IS 68 (26.95% from 255) = 18.78%

R = 47.79%
G = 33.43%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD7944 (or 0xAD7944) is known color: Bourbon. HEX triplet: AD, 79 and 44. RGB value is (173,121,68). Sum of RGB (Red+Green+Blue) = 173+121+68=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7944 is #5286BB. Grayscale: #828282. Windows color (decimal): -5408444 or 4487597. OLE color: 4487597.

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

Color convert

RGB 173 121 68 -
CMYK 0 0.30 0.61 0.32
HSL 30.29º 0.44% 0.47% -
HSV(B) 30.29º 0.61% 0.68% -
XYZ 25.11 22.98 8.58 -
YUV 130.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 173 121 68 0 0.30 0.61 0.32 30.29 0.44 0.47
Hex AD 79 44 0 1E 3D 20 1E 2C 2F
Octal 255 171 104 0 36 75 40 36 54 57
Binary 10101101 1111001 1000100 0 11110 111101 100000 11110 101100 101111

Color Harmonies of #AD7944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7944

Black with #AD7944

Text Example


Text Example

White with #AD7944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7944; }

 p { color: rgb(173,121,68); }

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

background-color css

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

 a { background-color: rgb(173,121,68); }

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

border-color css

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

 span { border-color: rgb(173,121,68); }

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