Html Css Color HEX #AD7F69 Medium Wood

📋 copy color: '#AD7F69'

red 173 ◦ green 127 ◦ blue 105

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

Shades of Medium Wood #AD7F69

Tints of Medium Wood #AD7F69

RGB

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

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

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

R = 42.72%
G = 31.36%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD7F69 (or 0xAD7F69) is known color: Medium Wood. HEX triplet: AD, 7F and 69. RGB value is (173,127,105). Sum of RGB (Red+Green+Blue) = 173+127+105=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F69 is #528096. Grayscale: #8A8A8A. Windows color (decimal): -5406871 or 6913965. OLE color: 6913965.

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

Color convert

RGB 173 127 105 -
CMYK 0 0.27 0.39 0.32
HSL 19.41º 0.29% 0.55% -
HSV(B) 19.41º 0.39% 0.68% -
XYZ 27.37 25.08 16.76 -
YUV 138.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 173 127 105 0 0.27 0.39 0.32 19.41 0.29 0.55
Hex AD 7F 69 0 1B 27 20 13 1D 37
Octal 255 177 151 0 33 47 40 23 35 67
Binary 10101101 1111111 1101001 0 11011 100111 100000 10011 11101 110111

Color Harmonies of #AD7F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F69

Black with #AD7F69

Text Example


Text Example

White with #AD7F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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