Html Css Color HEX #AD7F68 Medium Wood

📋 copy color: '#AD7F68'

red 173 ◦ green 127 ◦ blue 104

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

Shades of Medium Wood #AD7F68

Tints of Medium Wood #AD7F68

RGB

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

 GREEN value IS 127 (50% from 255) = 31.44%

 BLUE value IS 104 (41.02% from 255) = 25.74%

R = 42.82%
G = 31.44%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD7F68 (or 0xAD7F68) is known color: Medium Wood. HEX triplet: AD, 7F and 68. RGB value is (173,127,104). Sum of RGB (Red+Green+Blue) = 173+127+104=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F68 is #528097. Grayscale: #8A8A8A. Windows color (decimal): -5406872 or 6848429. OLE color: 6848429.

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

Color convert

RGB 173 127 104 -
CMYK 0 0.27 0.40 0.32
HSL 20º 0.3% 0.54% -
HSV(B) 20º 0.4% 0.68% -
XYZ 27.32 25.06 16.49 -
YUV 138.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 173 127 104 0 0.27 0.40 0.32 20 0.3 0.54
Hex AD 7F 68 0 1B 28 20 14 1E 36
Octal 255 177 150 0 33 50 40 24 36 66
Binary 10101101 1111111 1101000 0 11011 101000 100000 10100 11110 110110

Color Harmonies of #AD7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F68

Black with #AD7F68

Text Example


Text Example

White with #AD7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F68; }

 p { color: rgb(173,127,104); }

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

background-color css

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

 a { background-color: rgb(173,127,104); }

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

border-color css

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

 span { border-color: rgb(173,127,104); }

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