Html Css Color HEX #AD7B60 Medium Wood

📋 copy color: '#AD7B60'

red 173 ◦ green 123 ◦ blue 96

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

Shades of Medium Wood #AD7B60

Tints of Medium Wood #AD7B60

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.38%

 BLUE value IS 96 (37.89% from 255) = 24.49%

R = 44.13%
G = 31.38%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD7B60 (or 0xAD7B60) is known color: Medium Wood. HEX triplet: AD, 7B and 60. RGB value is (173,123,96). Sum of RGB (Red+Green+Blue) = 173+123+96=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B60 is #52849F. Grayscale: #878787. Windows color (decimal): -5407904 or 6323117. OLE color: 6323117.

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

Color convert

RGB 173 123 96 -
CMYK 0 0.29 0.45 0.32
HSL 21.04º 0.32% 0.53% -
HSV(B) 21.04º 0.45% 0.68% -
XYZ 26.43 23.89 14.29 -
YUV 134.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 173 123 96 0 0.29 0.45 0.32 21.04 0.32 0.53
Hex AD 7B 60 0 1D 2D 20 15 20 35
Octal 255 173 140 0 35 55 40 25 40 65
Binary 10101101 1111011 1100000 0 11101 101101 100000 10101 100000 110101

Color Harmonies of #AD7B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B60

Black with #AD7B60

Text Example


Text Example

White with #AD7B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B60; }

 p { color: rgb(173,123,96); }

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

background-color css

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

 a { background-color: rgb(173,123,96); }

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

border-color css

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

 span { border-color: rgb(173,123,96); }

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