Html Css Color HEX #AD825C Medium Wood

📋 copy color: '#AD825C'

red 173 ◦ green 130 ◦ blue 92

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

Shades of Medium Wood #AD825C

Tints of Medium Wood #AD825C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.29%

R = 43.8%
G = 32.91%
B = 23.29%

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

#AD825C (or 0xAD825C) is known color: Medium Wood. HEX triplet: AD, 82 and 5C. RGB value is (173,130,92). Sum of RGB (Red+Green+Blue) = 173+130+92=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD825C is #527DA3. Grayscale: #8A8A8A. Windows color (decimal): -5406116 or 6062765. OLE color: 6062765.

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

Color convert

RGB 173 130 92 -
CMYK 0 0.25 0.47 0.32
HSL 28.15º 0.33% 0.52% -
HSV(B) 28.15º 0.47% 0.68% -
XYZ 27.15 25.62 13.64 -
YUV 138.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 173 130 92 0 0.25 0.47 0.32 28.15 0.33 0.52
Hex AD 82 5C 0 19 2F 20 1C 21 34
Octal 255 202 134 0 31 57 40 34 41 64
Binary 10101101 10000010 1011100 0 11001 101111 100000 11100 100001 110100

Color Harmonies of #AD825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD825C

Black with #AD825C

Text Example


Text Example

White with #AD825C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD825C; }

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

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

background-color css

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

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

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

border-color css

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

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

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