Html Css Color HEX #AD835B Medium Wood

📋 copy color: '#AD835B'

red 173 ◦ green 131 ◦ blue 91

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

Shades of Medium Wood #AD835B

Tints of Medium Wood #AD835B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 43.8%
G = 33.16%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD835B (or 0xAD835B) is known color: Medium Wood. HEX triplet: AD, 83 and 5B. RGB value is (173,131,91). Sum of RGB (Red+Green+Blue) = 173+131+91=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD835B is #527CA4. Grayscale: #8B8B8B. Windows color (decimal): -5405861 or 5997485. OLE color: 5997485.

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

Color convert

RGB 173 131 91 -
CMYK 0 0.24 0.47 0.32
HSL 29.27º 0.33% 0.52% -
HSV(B) 29.27º 0.47% 0.68% -
XYZ 27.24 25.87 13.46 -
YUV 139 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 173 131 91 0 0.24 0.47 0.32 29.27 0.33 0.52
Hex AD 83 5B 0 18 2F 20 1D 21 34
Octal 255 203 133 0 30 57 40 35 41 64
Binary 10101101 10000011 1011011 0 11000 101111 100000 11101 100001 110100

Color Harmonies of #AD835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD835B

Black with #AD835B

Text Example


Text Example

White with #AD835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD835B; }

 p { color: rgb(173,131,91); }

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

background-color css

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

 a { background-color: rgb(173,131,91); }

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

border-color css

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

 span { border-color: rgb(173,131,91); }

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