Html Css Color HEX #AD7A40 Bourbon

📋 copy color: '#AD7A40'

red 173 ◦ green 122 ◦ blue 64

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

Shades of Bourbon #AD7A40

Tints of Bourbon #AD7A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 48.19%
G = 33.98%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD7A40 (or 0xAD7A40) is known color: Bourbon. HEX triplet: AD, 7A and 40. RGB value is (173,122,64). Sum of RGB (Red+Green+Blue) = 173+122+64=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A40 is #5285BF. Grayscale: #828282. Windows color (decimal): -5408192 or 4225709. OLE color: 4225709.

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

Color convert

RGB 173 122 64 -
CMYK 0 0.29 0.63 0.32
HSL 31.93º 0.46% 0.46% -
HSV(B) 31.93º 0.63% 0.68% -
XYZ 25.12 23.17 8 -
YUV 130.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 173 122 64 0 0.29 0.63 0.32 31.93 0.46 0.46
Hex AD 7A 40 0 1D 3F 20 20 2E 2E
Octal 255 172 100 0 35 77 40 40 56 56
Binary 10101101 1111010 1000000 0 11101 111111 100000 100000 101110 101110

Color Harmonies of #AD7A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A40

Black with #AD7A40

Text Example


Text Example

White with #AD7A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A40; }

 p { color: rgb(173,122,64); }

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

background-color css

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

 a { background-color: rgb(173,122,64); }

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

border-color css

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

 span { border-color: rgb(173,122,64); }

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