Html Css Color HEX #AD875F Medium Wood

📋 copy color: '#AD875F'

red 173 ◦ green 135 ◦ blue 95

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

Shades of Medium Wood #AD875F

Tints of Medium Wood #AD875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.5%

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

R = 42.93%
G = 33.5%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD875F (or 0xAD875F) is known color: Medium Wood. HEX triplet: AD, 87 and 5F. RGB value is (173,135,95). Sum of RGB (Red+Green+Blue) = 173+135+95=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD875F is #5278A0. Grayscale: #8D8D8D. Windows color (decimal): -5404833 or 6260653. OLE color: 6260653.

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

Color convert

RGB 173 135 95 -
CMYK 0 0.22 0.45 0.32
HSL 30.77º 0.32% 0.53% -
HSV(B) 30.77º 0.45% 0.68% -
XYZ 27.96 27.04 14.57 -
YUV 141.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 173 135 95 0 0.22 0.45 0.32 30.77 0.32 0.53
Hex AD 87 5F 0 16 2D 20 1F 20 35
Octal 255 207 137 0 26 55 40 37 40 65
Binary 10101101 10000111 1011111 0 10110 101101 100000 11111 100000 110101

Color Harmonies of #AD875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD875F

Black with #AD875F

Text Example


Text Example

White with #AD875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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