Html Css Color HEX #AD754A Bourbon

📋 copy color: '#AD754A'

red 173 ◦ green 117 ◦ blue 74

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

Shades of Bourbon #AD754A

Tints of Bourbon #AD754A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.33%

R = 47.53%
G = 32.14%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD754A (or 0xAD754A) is known color: Bourbon. HEX triplet: AD, 75 and 4A. RGB value is (173,117,74). Sum of RGB (Red+Green+Blue) = 173+117+74=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD754A is #528AB5. Grayscale: #818181. Windows color (decimal): -5409462 or 4879789. OLE color: 4879789.

HSL color Cylindrical-coordinate representation of color #AD754A: hue angle of 26.06º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD754A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 117 74 -
CMYK 0 0.32 0.57 0.32
HSL 26.06º 0.4% 0.48% -
HSV(B) 26.06º 0.57% 0.68% -
XYZ 24.83 22.1 9.44 -
YUV 128.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 173 117 74 0 0.32 0.57 0.32 26.06 0.4 0.48
Hex AD 75 4A 0 20 39 20 1A 28 30
Octal 255 165 112 0 40 71 40 32 50 60
Binary 10101101 1110101 1001010 0 100000 111001 100000 11010 101000 110000

Color Harmonies of #AD754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD754A

Black with #AD754A

Text Example


Text Example

White with #AD754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD754A; }

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

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

background-color css

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

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

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

border-color css

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

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

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