Html Css Color HEX #AD7145 Bourbon

📋 copy color: '#AD7145'

red 173 ◦ green 113 ◦ blue 69

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

Shades of Bourbon #AD7145

Tints of Bourbon #AD7145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 48.73%
G = 31.83%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD7145 (or 0xAD7145) is known color: Bourbon. HEX triplet: AD, 71 and 45. RGB value is (173,113,69). Sum of RGB (Red+Green+Blue) = 173+113+69=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7145 is #528EBA. Grayscale: #7E7E7E. Windows color (decimal): -5410491 or 4551085. OLE color: 4551085.

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

Color convert

RGB 173 113 69 -
CMYK 0 0.35 0.60 0.32
HSL 25.38º 0.43% 0.47% -
HSV(B) 25.38º 0.6% 0.68% -
XYZ 24.21 21.12 8.43 -
YUV 125.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 173 113 69 0 0.35 0.60 0.32 25.38 0.43 0.47
Hex AD 71 45 0 23 3C 20 19 2B 2F
Octal 255 161 105 0 43 74 40 31 53 57
Binary 10101101 1110001 1000101 0 100011 111100 100000 11001 101011 101111

Color Harmonies of #AD7145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7145

Black with #AD7145

Text Example


Text Example

White with #AD7145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7145; }

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

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

background-color css

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

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

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

border-color css

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

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

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