Html Css Color HEX #AD7B69 Medium Wood

📋 copy color: '#AD7B69'

red 173 ◦ green 123 ◦ blue 105

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

Shades of Medium Wood #AD7B69

Tints of Medium Wood #AD7B69

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

 BLUE value IS 105 (41.41% from 255) = 26.18%

R = 43.14%
G = 30.67%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD7B69 (or 0xAD7B69) is known color: Medium Wood. HEX triplet: AD, 7B and 69. RGB value is (173,123,105). Sum of RGB (Red+Green+Blue) = 173+123+105=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B69 is #528496. Grayscale: #888888. Windows color (decimal): -5407895 or 6912941. OLE color: 6912941.

HSL color Cylindrical-coordinate representation of color #AD7B69: hue angle of 15.88º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD7B69 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 123 105 -
CMYK 0 0.29 0.39 0.32
HSL 15.88º 0.29% 0.55% -
HSV(B) 15.88º 0.39% 0.68% -
XYZ 26.87 24.07 16.59 -
YUV 135.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 173 123 105 0 0.29 0.39 0.32 15.88 0.29 0.55
Hex AD 7B 69 0 1D 27 20 10 1D 37
Octal 255 173 151 0 35 47 40 20 35 67
Binary 10101101 1111011 1101001 0 11101 100111 100000 10000 11101 110111

Color Harmonies of #AD7B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B69

Black with #AD7B69

Text Example


Text Example

White with #AD7B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B69; }

 p { color: rgb(173,123,105); }

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

background-color css

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

 a { background-color: rgb(173,123,105); }

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

border-color css

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

 span { border-color: rgb(173,123,105); }

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