Html Css Color HEX #AD8567 Medium Wood

📋 copy color: '#AD8567'

red 173 ◦ green 133 ◦ blue 103

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

Shades of Medium Wood #AD8567

Tints of Medium Wood #AD8567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

 BLUE value IS 103 (40.63% from 255) = 25.18%

R = 42.3%
G = 32.52%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD8567 (or 0xAD8567) is known color: Medium Wood. HEX triplet: AD, 85 and 67. RGB value is (173,133,103). Sum of RGB (Red+Green+Blue) = 173+133+103=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8567 is #527A98. Grayscale: #8D8D8D. Windows color (decimal): -5405337 or 6784429. OLE color: 6784429.

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

Color convert

RGB 173 133 103 -
CMYK 0 0.23 0.40 0.32
HSL 25.71º 0.3% 0.54% -
HSV(B) 25.71º 0.4% 0.68% -
XYZ 28.07 26.64 16.49 -
YUV 141.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 173 133 103 0 0.23 0.40 0.32 25.71 0.3 0.54
Hex AD 85 67 0 17 28 20 1A 1E 36
Octal 255 205 147 0 27 50 40 32 36 66
Binary 10101101 10000101 1100111 0 10111 101000 100000 11010 11110 110110

Color Harmonies of #AD8567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8567

Black with #AD8567

Text Example


Text Example

White with #AD8567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8567; }

 p { color: rgb(173,133,103); }

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

background-color css

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

 a { background-color: rgb(173,133,103); }

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

border-color css

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

 span { border-color: rgb(173,133,103); }

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