Html Css Color HEX #AD6942 Bourbon

📋 copy color: '#AD6942'

red 173 ◦ green 105 ◦ blue 66

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

Shades of Bourbon #AD6942

Tints of Bourbon #AD6942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.52%

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

R = 50.29%
G = 30.52%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD6942 (or 0xAD6942) is known color: Bourbon. HEX triplet: AD, 69 and 42. RGB value is (173,105,66). Sum of RGB (Red+Green+Blue) = 173+105+66=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6942 is #5296BD. Grayscale: #797979. Windows color (decimal): -5412542 or 4352429. OLE color: 4352429.

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

Color convert

RGB 173 105 66 -
CMYK 0 0.39 0.62 0.32
HSL 21.87º 0.45% 0.47% -
HSV(B) 21.87º 0.62% 0.68% -
XYZ 23.27 19.38 7.67 -
YUV 120.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 173 105 66 0 0.39 0.62 0.32 21.87 0.45 0.47
Hex AD 69 42 0 27 3E 20 16 2D 2F
Octal 255 151 102 0 47 76 40 26 55 57
Binary 10101101 1101001 1000010 0 100111 111110 100000 10110 101101 101111

Color Harmonies of #AD6942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6942

Black with #AD6942

Text Example


Text Example

White with #AD6942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6942; }

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

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

background-color css

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

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

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

border-color css

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

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

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