Html Css Color HEX #A17D65 Medium Wood

📋 copy color: '#A17D65'

red 161 ◦ green 125 ◦ blue 101

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

Shades of Medium Wood #A17D65

Tints of Medium Wood #A17D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.1%

R = 41.6%
G = 32.3%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A17D65 (or 0xA17D65) is known color: Medium Wood. HEX triplet: A1, 7D and 65. RGB value is (161,125,101). Sum of RGB (Red+Green+Blue) = 161+125+101=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D65 is #5E829A. Grayscale: #858585. Windows color (decimal): -6193819 or 6651297. OLE color: 6651297.

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

Color convert

RGB 161 125 101 -
CMYK 0 0.22 0.37 0.37
HSL 24º 0.24% 0.51% -
HSV(B) 24º 0.37% 0.63% -
XYZ 24.38 23.18 15.5 -
YUV 133.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 161 125 101 0 0.22 0.37 0.37 24 0.24 0.51
Hex A1 7D 65 0 16 25 25 18 18 33
Octal 241 175 145 0 26 45 45 30 30 63
Binary 10100001 1111101 1100101 0 10110 100101 100101 11000 11000 110011

Color Harmonies of #A17D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D65

Black with #A17D65

Text Example


Text Example

White with #A17D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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