Html Css Color HEX #A17D61 Medium Wood

📋 copy color: '#A17D61'

red 161 ◦ green 125 ◦ blue 97

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

Shades of Medium Wood #A17D61

Tints of Medium Wood #A17D61

RGB

 RED value IS 161 (63.28% from 255) = 42.04%

 GREEN value IS 125 (49.22% from 255) = 32.64%

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 42.04%
G = 32.64%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A17D61 (or 0xA17D61) is known color: Medium Wood. HEX triplet: A1, 7D and 61. RGB value is (161,125,97). Sum of RGB (Red+Green+Blue) = 161+125+97=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D61 is #5E829E. Grayscale: #848484. Windows color (decimal): -6193823 or 6389153. OLE color: 6389153.

HSL color Cylindrical-coordinate representation of color #A17D61: hue angle of 26.25º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17D61 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 125 97 -
CMYK 0 0.22 0.40 0.37
HSL 26.25º 0.25% 0.51% -
HSV(B) 26.25º 0.4% 0.63% -
XYZ 24.19 23.11 14.49 -
YUV 132.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 161 125 97 0 0.22 0.40 0.37 26.25 0.25 0.51
Hex A1 7D 61 0 16 28 25 1A 19 33
Octal 241 175 141 0 26 50 45 32 31 63
Binary 10100001 1111101 1100001 0 10110 101000 100101 11010 11001 110011

Color Harmonies of #A17D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D61

Black with #A17D61

Text Example


Text Example

White with #A17D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D61; }

 p { color: rgb(161,125,97); }

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

background-color css

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

 a { background-color: rgb(161,125,97); }

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

border-color css

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

 span { border-color: rgb(161,125,97); }

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