Html Css Color HEX #AD6439 Bourbon

📋 copy color: '#AD6439'

red 173 ◦ green 100 ◦ blue 57

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

Shades of Bourbon #AD6439

Tints of Bourbon #AD6439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.27%

R = 52.42%
G = 30.3%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD6439 (or 0xAD6439) is known color: Bourbon. HEX triplet: AD, 64 and 39. RGB value is (173,100,57). Sum of RGB (Red+Green+Blue) = 173+100+57=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6439 is #529BC6. Grayscale: #757575. Windows color (decimal): -5413831 or 3761325. OLE color: 3761325.

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

Color convert

RGB 173 100 57 -
CMYK 0 0.42 0.67 0.32
HSL 22.24º 0.5% 0.45% -
HSV(B) 22.24º 0.67% 0.68% -
XYZ 22.53 18.29 6.21 -
YUV 116.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 173 100 57 0 0.42 0.67 0.32 22.24 0.5 0.45
Hex AD 64 39 0 2A 43 20 16 32 2D
Octal 255 144 71 0 52 103 40 26 62 55
Binary 10101101 1100100 111001 0 101010 1000011 100000 10110 110010 101101

Color Harmonies of #AD6439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6439

Black with #AD6439

Text Example


Text Example

White with #AD6439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6439; }

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

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

background-color css

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

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

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

border-color css

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

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

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