Html Css Color HEX #AD7844 Bourbon

📋 copy color: '#AD7844'

red 173 ◦ green 120 ◦ blue 68

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

Shades of Bourbon #AD7844

Tints of Bourbon #AD7844

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.24%

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

R = 47.92%
G = 33.24%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD7844 (or 0xAD7844) is known color: Bourbon. HEX triplet: AD, 78 and 44. RGB value is (173,120,68). Sum of RGB (Red+Green+Blue) = 173+120+68=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7844 is #5287BB. Grayscale: #828282. Windows color (decimal): -5408700 or 4487341. OLE color: 4487341.

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

Color convert

RGB 173 120 68 -
CMYK 0 0.31 0.61 0.32
HSL 29.71º 0.44% 0.47% -
HSV(B) 29.71º 0.61% 0.68% -
XYZ 24.99 22.73 8.54 -
YUV 129.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 173 120 68 0 0.31 0.61 0.32 29.71 0.44 0.47
Hex AD 78 44 0 1F 3D 20 1E 2C 2F
Octal 255 170 104 0 37 75 40 36 54 57
Binary 10101101 1111000 1000100 0 11111 111101 100000 11110 101100 101111

Color Harmonies of #AD7844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7844

Black with #AD7844

Text Example


Text Example

White with #AD7844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7844; }

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

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

background-color css

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

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

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

border-color css

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

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

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