Html Css Color HEX #AD7442 Bourbon

📋 copy color: '#AD7442'

red 173 ◦ green 116 ◦ blue 66

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

Shades of Bourbon #AD7442

Tints of Bourbon #AD7442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 48.73%
G = 32.68%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD7442 (or 0xAD7442) is known color: Bourbon. HEX triplet: AD, 74 and 42. RGB value is (173,116,66). Sum of RGB (Red+Green+Blue) = 173+116+66=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7442 is #528BBD. Grayscale: #7F7F7F. Windows color (decimal): -5409726 or 4355245. OLE color: 4355245.

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

Color convert

RGB 173 116 66 -
CMYK 0 0.33 0.62 0.32
HSL 28.04º 0.45% 0.47% -
HSV(B) 28.04º 0.62% 0.68% -
XYZ 24.46 21.77 8.07 -
YUV 127.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 173 116 66 0 0.33 0.62 0.32 28.04 0.45 0.47
Hex AD 74 42 0 21 3E 20 1C 2D 2F
Octal 255 164 102 0 41 76 40 34 55 57
Binary 10101101 1110100 1000010 0 100001 111110 100000 11100 101101 101111

Color Harmonies of #AD7442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7442

Black with #AD7442

Text Example


Text Example

White with #AD7442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7442; }

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

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

background-color css

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

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

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

border-color css

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

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

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