Html Css Color HEX #AD6438 Bourbon

📋 copy color: '#AD6438'

red 173 ◦ green 100 ◦ blue 56

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

Shades of Bourbon #AD6438

Tints of Bourbon #AD6438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

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

R = 52.58%
G = 30.4%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD6438 (or 0xAD6438) is known color: Bourbon. HEX triplet: AD, 64 and 38. RGB value is (173,100,56). Sum of RGB (Red+Green+Blue) = 173+100+56=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6438 is #529BC7. Grayscale: #757575. Windows color (decimal): -5413832 or 3695789. OLE color: 3695789.

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

Color convert

RGB 173 100 56 -
CMYK 0 0.42 0.68 0.32
HSL 22.56º 0.51% 0.45% -
HSV(B) 22.56º 0.68% 0.68% -
XYZ 22.5 18.28 6.08 -
YUV 116.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 173 100 56 0 0.42 0.68 0.32 22.56 0.51 0.45
Hex AD 64 38 0 2A 44 20 17 33 2D
Octal 255 144 70 0 52 104 40 27 63 55
Binary 10101101 1100100 111000 0 101010 1000100 100000 10111 110011 101101

Color Harmonies of #AD6438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6438

Black with #AD6438

Text Example


Text Example

White with #AD6438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6438; }

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

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

background-color css

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

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

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

border-color css

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

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

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