Html Css Color HEX #AD7F5F Medium Wood

📋 copy color: '#AD7F5F'

red 173 ◦ green 127 ◦ blue 95

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

Shades of Medium Wood #AD7F5F

Tints of Medium Wood #AD7F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.05%

R = 43.8%
G = 32.15%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD7F5F (or 0xAD7F5F) is known color: Medium Wood. HEX triplet: AD, 7F and 5F. RGB value is (173,127,95). Sum of RGB (Red+Green+Blue) = 173+127+95=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F5F is #5280A0. Grayscale: #898989. Windows color (decimal): -5406881 or 6258605. OLE color: 6258605.

HSL color Cylindrical-coordinate representation of color #AD7F5F: hue angle of 24.62º 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 #AD7F5F is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 127 95 -
CMYK 0 0.27 0.45 0.32
HSL 24.62º 0.32% 0.53% -
HSV(B) 24.62º 0.45% 0.68% -
XYZ 26.89 24.89 14.21 -
YUV 137.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 173 127 95 0 0.27 0.45 0.32 24.62 0.32 0.53
Hex AD 7F 5F 0 1B 2D 20 19 20 35
Octal 255 177 137 0 33 55 40 31 40 65
Binary 10101101 1111111 1011111 0 11011 101101 100000 11001 100000 110101

Color Harmonies of #AD7F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F5F

Black with #AD7F5F

Text Example


Text Example

White with #AD7F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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