Html Css Color HEX #AD6B42 Bourbon

📋 copy color: '#AD6B42'

red 173 ◦ green 107 ◦ blue 66

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

Shades of Bourbon #AD6B42

Tints of Bourbon #AD6B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

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

R = 50%
G = 30.92%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD6B42 (or 0xAD6B42) is known color: Bourbon. HEX triplet: AD, 6B and 42. RGB value is (173,107,66). Sum of RGB (Red+Green+Blue) = 173+107+66=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B42 is #5294BD. Grayscale: #7A7A7A. Windows color (decimal): -5412030 or 4352941. OLE color: 4352941.

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

Color convert

RGB 173 107 66 -
CMYK 0 0.38 0.62 0.32
HSL 22.99º 0.45% 0.47% -
HSV(B) 22.99º 0.62% 0.68% -
XYZ 23.47 19.79 7.74 -
YUV 122.06 96.37 164.33 -
System Red Green Blue C M Y K H S L
Decimal 173 107 66 0 0.38 0.62 0.32 22.99 0.45 0.47
Hex AD 6B 42 0 26 3E 20 17 2D 2F
Octal 255 153 102 0 46 76 40 27 55 57
Binary 10101101 1101011 1000010 0 100110 111110 100000 10111 101101 101111

Color Harmonies of #AD6B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B42

Black with #AD6B42

Text Example


Text Example

White with #AD6B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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