Html Css Color HEX #AD825B Medium Wood

📋 copy color: '#AD825B'

red 173 ◦ green 130 ◦ blue 91

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

Shades of Medium Wood #AD825B

Tints of Medium Wood #AD825B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

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

R = 43.91%
G = 32.99%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD825B (or 0xAD825B) is known color: Medium Wood. HEX triplet: AD, 82 and 5B. RGB value is (173,130,91). Sum of RGB (Red+Green+Blue) = 173+130+91=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD825B is #527DA4. Grayscale: #8A8A8A. Windows color (decimal): -5406117 or 5997229. OLE color: 5997229.

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

Color convert

RGB 173 130 91 -
CMYK 0 0.25 0.47 0.32
HSL 28.54º 0.33% 0.52% -
HSV(B) 28.54º 0.47% 0.68% -
XYZ 27.1 25.6 13.41 -
YUV 138.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 173 130 91 0 0.25 0.47 0.32 28.54 0.33 0.52
Hex AD 82 5B 0 19 2F 20 1D 21 34
Octal 255 202 133 0 31 57 40 35 41 64
Binary 10101101 10000010 1011011 0 11001 101111 100000 11101 100001 110100

Color Harmonies of #AD825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD825B

Black with #AD825B

Text Example


Text Example

White with #AD825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD825B; }

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

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

background-color css

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

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

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

border-color css

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

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

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