Html Css Color HEX #AD7F5A Medium Wood

📋 copy color: '#AD7F5A'

red 173 ◦ green 127 ◦ blue 90

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

Shades of Medium Wood #AD7F5A

Tints of Medium Wood #AD7F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.08%

R = 44.36%
G = 32.56%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD7F5A (or 0xAD7F5A) is known color: Medium Wood. HEX triplet: AD, 7F and 5A. RGB value is (173,127,90). Sum of RGB (Red+Green+Blue) = 173+127+90=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F5A is #5280A5. Grayscale: #888888. Windows color (decimal): -5406886 or 5930925. OLE color: 5930925.

HSL color Cylindrical-coordinate representation of color #AD7F5A: hue angle of 26.75º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD7F5A is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 127 90 -
CMYK 0 0.27 0.48 0.32
HSL 26.75º 0.34% 0.52% -
HSV(B) 26.75º 0.48% 0.68% -
XYZ 26.67 24.8 13.05 -
YUV 136.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 173 127 90 0 0.27 0.48 0.32 26.75 0.34 0.52
Hex AD 7F 5A 0 1B 30 20 1B 22 34
Octal 255 177 132 0 33 60 40 33 42 64
Binary 10101101 1111111 1011010 0 11011 110000 100000 11011 100010 110100

Color Harmonies of #AD7F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F5A

Black with #AD7F5A

Text Example


Text Example

White with #AD7F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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