Html Css Color HEX #AD753C Bourbon

📋 copy color: '#AD753C'

red 173 ◦ green 117 ◦ blue 60

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

Shades of Bourbon #AD753C

Tints of Bourbon #AD753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 49.43%
G = 33.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD753C (or 0xAD753C) is known color: Bourbon. HEX triplet: AD, 75 and 3C. RGB value is (173,117,60). Sum of RGB (Red+Green+Blue) = 173+117+60=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD753C is #528AC3. Grayscale: #7F7F7F. Windows color (decimal): -5409476 or 3962285. OLE color: 3962285.

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

Color convert

RGB 173 117 60 -
CMYK 0 0.32 0.65 0.32
HSL 30.27º 0.48% 0.46% -
HSV(B) 30.27º 0.65% 0.68% -
XYZ 24.41 21.93 7.22 -
YUV 127.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 173 117 60 0 0.32 0.65 0.32 30.27 0.48 0.46
Hex AD 75 3C 0 20 41 20 1E 30 2E
Octal 255 165 74 0 40 101 40 36 60 56
Binary 10101101 1110101 111100 0 100000 1000001 100000 11110 110000 101110

Color Harmonies of #AD753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD753C

Black with #AD753C

Text Example


Text Example

White with #AD753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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