Html Css Color HEX #AD6A42 Bourbon

📋 copy color: '#AD6A42'

red 173 ◦ green 106 ◦ blue 66

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

Shades of Bourbon #AD6A42

Tints of Bourbon #AD6A42

RGB

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

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

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

R = 50.14%
G = 30.72%
B = 19.13%

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

#AD6A42 (or 0xAD6A42) is known color: Bourbon. HEX triplet: AD, 6A and 42. RGB value is (173,106,66). Sum of RGB (Red+Green+Blue) = 173+106+66=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A42 is #5295BD. Grayscale: #797979. Windows color (decimal): -5412286 or 4352685. OLE color: 4352685.

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

Color convert

RGB 173 106 66 -
CMYK 0 0.39 0.62 0.32
HSL 22.43º 0.45% 0.47% -
HSV(B) 22.43º 0.62% 0.68% -
XYZ 23.37 19.59 7.7 -
YUV 121.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 173 106 66 0 0.39 0.62 0.32 22.43 0.45 0.47
Hex AD 6A 42 0 27 3E 20 16 2D 2F
Octal 255 152 102 0 47 76 40 26 55 57
Binary 10101101 1101010 1000010 0 100111 111110 100000 10110 101101 101111

Color Harmonies of #AD6A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A42

Black with #AD6A42

Text Example


Text Example

White with #AD6A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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