Html Css Color HEX #AD7B5A Medium Wood

📋 copy color: '#AD7B5A'

red 173 ◦ green 123 ◦ blue 90

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

Shades of Medium Wood #AD7B5A

Tints of Medium Wood #AD7B5A

RGB

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

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

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

R = 44.82%
G = 31.87%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD7B5A (or 0xAD7B5A) is known color: Medium Wood. HEX triplet: AD, 7B and 5A. RGB value is (173,123,90). Sum of RGB (Red+Green+Blue) = 173+123+90=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B5A is #5284A5. Grayscale: #868686. Windows color (decimal): -5407910 or 5929901. OLE color: 5929901.

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

Color convert

RGB 173 123 90 -
CMYK 0 0.29 0.48 0.32
HSL 23.86º 0.34% 0.52% -
HSV(B) 23.86º 0.48% 0.68% -
XYZ 26.16 23.79 12.89 -
YUV 134.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 173 123 90 0 0.29 0.48 0.32 23.86 0.34 0.52
Hex AD 7B 5A 0 1D 30 20 18 22 34
Octal 255 173 132 0 35 60 40 30 42 64
Binary 10101101 1111011 1011010 0 11101 110000 100000 11000 100010 110100

Color Harmonies of #AD7B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B5A

Black with #AD7B5A

Text Example


Text Example

White with #AD7B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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