Html Css Color HEX #AD7544 Bourbon

📋 copy color: '#AD7544'

red 173 ◦ green 117 ◦ blue 68

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

Shades of Bourbon #AD7544

Tints of Bourbon #AD7544

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 68 (26.95% from 255) = 18.99%

R = 48.32%
G = 32.68%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD7544 (or 0xAD7544) is known color: Bourbon. HEX triplet: AD, 75 and 44. RGB value is (173,117,68). Sum of RGB (Red+Green+Blue) = 173+117+68=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7544 is #528ABB. Grayscale: #808080. Windows color (decimal): -5409468 or 4486573. OLE color: 4486573.

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

Color convert

RGB 173 117 68 -
CMYK 0 0.32 0.61 0.32
HSL 28º 0.44% 0.47% -
HSV(B) 28º 0.61% 0.68% -
XYZ 24.64 22.02 8.42 -
YUV 128.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 173 117 68 0 0.32 0.61 0.32 28 0.44 0.47
Hex AD 75 44 0 20 3D 20 1C 2C 2F
Octal 255 165 104 0 40 75 40 34 54 57
Binary 10101101 1110101 1000100 0 100000 111101 100000 11100 101100 101111

Color Harmonies of #AD7544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7544

Black with #AD7544

Text Example


Text Example

White with #AD7544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7544; }

 p { color: rgb(173,117,68); }

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

background-color css

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

 a { background-color: rgb(173,117,68); }

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

border-color css

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

 span { border-color: rgb(173,117,68); }

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