Html Css Color HEX #AD7C69 Medium Wood

📋 copy color: '#AD7C69'

red 173 ◦ green 124 ◦ blue 105

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

Shades of Medium Wood #AD7C69

Tints of Medium Wood #AD7C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

 BLUE value IS 105 (41.41% from 255) = 26.12%

R = 43.03%
G = 30.85%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD7C69 (or 0xAD7C69) is known color: Medium Wood. HEX triplet: AD, 7C and 69. RGB value is (173,124,105). Sum of RGB (Red+Green+Blue) = 173+124+105=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C69 is #528396. Grayscale: #888888. Windows color (decimal): -5407639 or 6913197. OLE color: 6913197.

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

Color convert

RGB 173 124 105 -
CMYK 0 0.28 0.39 0.32
HSL 16.76º 0.29% 0.55% -
HSV(B) 16.76º 0.39% 0.68% -
XYZ 26.99 24.32 16.64 -
YUV 136.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 173 124 105 0 0.28 0.39 0.32 16.76 0.29 0.55
Hex AD 7C 69 0 1C 27 20 11 1D 37
Octal 255 174 151 0 34 47 40 21 35 67
Binary 10101101 1111100 1101001 0 11100 100111 100000 10001 11101 110111

Color Harmonies of #AD7C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C69

Black with #AD7C69

Text Example


Text Example

White with #AD7C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C69; }

 p { color: rgb(173,124,105); }

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

background-color css

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

 a { background-color: rgb(173,124,105); }

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

border-color css

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

 span { border-color: rgb(173,124,105); }

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