Html Css Color HEX #AD6A38 Bourbon

📋 copy color: '#AD6A38'

red 173 ◦ green 106 ◦ blue 56

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

Shades of Bourbon #AD6A38

Tints of Bourbon #AD6A38

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

 BLUE value IS 56 (22.27% from 255) = 16.72%

R = 51.64%
G = 31.64%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD6A38 (or 0xAD6A38) is known color: Bourbon. HEX triplet: AD, 6A and 38. RGB value is (173,106,56). Sum of RGB (Red+Green+Blue) = 173+106+56=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A38 is #5295C7. Grayscale: #787878. Windows color (decimal): -5412296 or 3697325. OLE color: 3697325.

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

Color convert

RGB 173 106 56 -
CMYK 0 0.39 0.68 0.32
HSL 25.64º 0.51% 0.45% -
HSV(B) 25.64º 0.68% 0.68% -
XYZ 23.1 19.48 6.28 -
YUV 120.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 173 106 56 0 0.39 0.68 0.32 25.64 0.51 0.45
Hex AD 6A 38 0 27 44 20 1A 33 2D
Octal 255 152 70 0 47 104 40 32 63 55
Binary 10101101 1101010 111000 0 100111 1000100 100000 11010 110011 101101

Color Harmonies of #AD6A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A38

Black with #AD6A38

Text Example


Text Example

White with #AD6A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A38; }

 p { color: rgb(173,106,56); }

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

background-color css

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

 a { background-color: rgb(173,106,56); }

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

border-color css

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

 span { border-color: rgb(173,106,56); }

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