Html Css Color HEX #AD7445 Bourbon

📋 copy color: '#AD7445'

red 173 ◦ green 116 ◦ blue 69

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

Shades of Bourbon #AD7445

Tints of Bourbon #AD7445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

 BLUE value IS 69 (27.34% from 255) = 19.27%

R = 48.32%
G = 32.4%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD7445 (or 0xAD7445) is known color: Bourbon. HEX triplet: AD, 74 and 45. RGB value is (173,116,69). Sum of RGB (Red+Green+Blue) = 173+116+69=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7445 is #528BBA. Grayscale: #7F7F7F. Windows color (decimal): -5409723 or 4551853. OLE color: 4551853.

HSL color Cylindrical-coordinate representation of color #AD7445: hue angle of 27.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD7445 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 69 -
CMYK 0 0.33 0.60 0.32
HSL 27.12º 0.43% 0.47% -
HSV(B) 27.12º 0.6% 0.68% -
XYZ 24.55 21.8 8.54 -
YUV 127.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 173 116 69 0 0.33 0.60 0.32 27.12 0.43 0.47
Hex AD 74 45 0 21 3C 20 1B 2B 2F
Octal 255 164 105 0 41 74 40 33 53 57
Binary 10101101 1110100 1000101 0 100001 111100 100000 11011 101011 101111

Color Harmonies of #AD7445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7445

Black with #AD7445

Text Example


Text Example

White with #AD7445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7445; }

 p { color: rgb(173,116,69); }

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

background-color css

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

 a { background-color: rgb(173,116,69); }

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

border-color css

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

 span { border-color: rgb(173,116,69); }

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