Html Css Color HEX #AD6A37 Bourbon

📋 copy color: '#AD6A37'

red 173 ◦ green 106 ◦ blue 55

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

Shades of Bourbon #AD6A37

Tints of Bourbon #AD6A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.47%

R = 51.8%
G = 31.74%
B = 16.47%

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

#AD6A37 (or 0xAD6A37) is known color: Bourbon. HEX triplet: AD, 6A and 37. RGB value is (173,106,55). Sum of RGB (Red+Green+Blue) = 173+106+55=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A37 is #5295C8. Grayscale: #787878. Windows color (decimal): -5412297 or 3631789. OLE color: 3631789.

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

Color convert

RGB 173 106 55 -
CMYK 0 0.39 0.68 0.32
HSL 25.93º 0.52% 0.45% -
HSV(B) 25.93º 0.68% 0.68% -
XYZ 23.08 19.47 6.16 -
YUV 120.22 91.2 165.65 -
System Red Green Blue C M Y K H S L
Decimal 173 106 55 0 0.39 0.68 0.32 25.93 0.52 0.45
Hex AD 6A 37 0 27 44 20 1A 34 2D
Octal 255 152 67 0 47 104 40 32 64 55
Binary 10101101 1101010 110111 0 100111 1000100 100000 11010 110100 101101

Color Harmonies of #AD6A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A37

Black with #AD6A37

Text Example


Text Example

White with #AD6A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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