Html Css Color HEX #AD6F42 Bourbon

📋 copy color: '#AD6F42'

red 173 ◦ green 111 ◦ blue 66

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

Shades of Bourbon #AD6F42

Tints of Bourbon #AD6F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

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

R = 49.43%
G = 31.71%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD6F42 (or 0xAD6F42) is known color: Bourbon. HEX triplet: AD, 6F and 42. RGB value is (173,111,66). Sum of RGB (Red+Green+Blue) = 173+111+66=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F42 is #5290BD. Grayscale: #7C7C7C. Windows color (decimal): -5411006 or 4353965. OLE color: 4353965.

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

Color convert

RGB 173 111 66 -
CMYK 0 0.36 0.62 0.32
HSL 25.23º 0.45% 0.47% -
HSV(B) 25.23º 0.62% 0.68% -
XYZ 23.9 20.65 7.88 -
YUV 124.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 173 111 66 0 0.36 0.62 0.32 25.23 0.45 0.47
Hex AD 6F 42 0 24 3E 20 19 2D 2F
Octal 255 157 102 0 44 76 40 31 55 57
Binary 10101101 1101111 1000010 0 100100 111110 100000 11001 101101 101111

Color Harmonies of #AD6F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F42

Black with #AD6F42

Text Example


Text Example

White with #AD6F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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