Html Css Color HEX #AD7443 Bourbon

📋 copy color: '#AD7443'

red 173 ◦ green 116 ◦ blue 67

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

Shades of Bourbon #AD7443

Tints of Bourbon #AD7443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.82%

R = 48.6%
G = 32.58%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD7443 (or 0xAD7443) is known color: Bourbon. HEX triplet: AD, 74 and 43. RGB value is (173,116,67). Sum of RGB (Red+Green+Blue) = 173+116+67=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7443 is #528BBC. Grayscale: #7F7F7F. Windows color (decimal): -5409725 or 4420781. OLE color: 4420781.

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

Color convert

RGB 173 116 67 -
CMYK 0 0.33 0.61 0.32
HSL 27.74º 0.44% 0.47% -
HSV(B) 27.74º 0.61% 0.68% -
XYZ 24.49 21.78 8.22 -
YUV 127.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 173 116 67 0 0.33 0.61 0.32 27.74 0.44 0.47
Hex AD 74 43 0 21 3D 20 1C 2C 2F
Octal 255 164 103 0 41 75 40 34 54 57
Binary 10101101 1110100 1000011 0 100001 111101 100000 11100 101100 101111

Color Harmonies of #AD7443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7443

Black with #AD7443

Text Example


Text Example

White with #AD7443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7443; }

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

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

background-color css

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

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

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

border-color css

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

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

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